/*

  リンクがない場合のclass

================================================================
*/
.link-none {
    pointer-events: none;
    opacity: .5;}

/*

  SV

================================================================
*/
#sv.tr {
  height: min(460px, 50svh);
  min-height: 350px;
  margin-top: 110px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #C7BFB4;}
#sv.tr .sv-tr {
  position: relative;
  border-radius: 0;}
#sv.tr .sv-tr img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  object-position: top;
  width: 55%;
  height: 100%;
  border-radius: 20px;}
#sv.tr .flex {
  width: 40%;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 20px;}
#sv.tr .flex h1 {
  position: relative;
  white-space: nowrap;
  margin: 0 0 30px;
  letter-spacing: .2em;
  font-size: clamp(42px, calc(2.625rem + ((1vw - 12px) * 0.5)), 46px);
  color: #241000;
  z-index: 2;}
#sv.tr .flex h1 span {
  display: block;
  margin-top: 10px;
  font-size: 24px;}
#sv.tr .flex .catch {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px)}
#sv.tr .flex .price {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;}
#sv.tr .flex .price span {
  display: inline-block;
  padding: 8px 10px 7px;
  background-color: #F5F4F3;
  border-radius: 5px;
  font-size: clamp(13px, calc(0.8125rem + ((1vw - 12px) * 0.125)), 14px);}
#sv.tr .flex .price i {
  margin-left: 15px;
  font-size: clamp(32px, calc(2rem + ((1vw - 12px) * 0.5)), 36px);
  letter-spacing: .05em;}
#sv.tr .flex .price em {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}

#sv.tr .case {
  display: none;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 2;}
#sv.tr .case a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-bottom: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #C7BFB4;
  background: url(../img/common/icon_arrow_bottom_black.svg) no-repeat center calc(50% + 15px) / 12px auto;
  background-color: #fff;
  color: #241000;
  transition: .2s;}
#sv.tr .case a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);}

/* sv：ヘッダーh1設定ページ */
#sv.tr .flex span.sv-title {
  position: relative;
  white-space: nowrap;
  margin: 0 0 30px;
  letter-spacing: .2em;
  font-size: 42px;
  color: #241000;
  z-index: 2;}
#sv.tr .flex span.sv-title span {
  display: block;
  margin-top: 10px;
  font-size: 24px;}
#sv.tr.case .flex span.sv-title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: .3em;
  color: #937762;}
#sv.tr.case .flex span.sv-title.txt-white {
  text-shadow: 0px 3px 19px #5665639C;
  color: #fff;}
#sv.tr.case.kumatori .flex span.sv-title {
  text-shadow: 0 0 17px #7D5533;
  color: #fff;}
#sv.tr.case.urahamura .flex span.sv-title {
  text-shadow: 0 0 17px #7D5533;
  color: #fff;}
#sv.tr.case .flex .catch.txt-white {
  text-shadow: 0px 3px 19px #5665639C;
  color: #fff;}

/* sv：症例あり */
#sv.tr.case .sv-tr {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;}
#sv.tr.case .flex {
  width: 100%;
  height: initial;
  align-items: initial;
  justify-content: initial;
  position: absolute;
  left: 0;
  bottom: 180px;
  padding-right: initial;
  display: flex;
  flex-direction: column;}
#sv.tr.case .flex h1 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: .3em;
  color: #937762;}
#sv.tr.case .flex .catch {
  font-weight: 500;
  color: #937762;
  letter-spacing: .3em;}
#sv.tr.case .flex .price {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: flex;
  z-index: 0;}
#sv.tr.case .flex .price::before {
  content: "";
  background-color: #937762;
  border-radius: 0 60px 60px 0;
  position: absolute;
  width: 800px;
  height: 70px;
  margin-left: -400px;
  bottom: -15px;
  left: 20px;
  z-index: -1;}
#sv.tr.case .flex .price span {
  color: #937762;
  background-color: #fff;
  padding: .4rem .8rem;
  align-self: end;
  margin-bottom: .2rem;
  border-radius: 4px;
  font-weight: 500;}
#sv.tr.case .flex .price i {
  font-size: 40px;
  color: #fff;
  margin-left: 10px;}
#sv.tr.case .flex .price em {
  margin-left: .4rem;
  color: #fff;}
#sv.tr.case .flex .price u {
  font-size: 12px;
  padding-left: 4px;
  text-decoration: initial;}
#sv.tr.case .sv-case {
  background-color: rgba(255, 255, 255, .7);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 300px;
  max-width: 36svh;
  height: auto;
  max-height: 95%;}
#sv.tr.case .sv-case a {
  padding: 14px;
  transition: .2s;}
#sv.tr.case .sv-case a:hover {
  opacity: .8;}
#sv.tr.case .sv-case img {
  position: initial;
  width: 100%;
  height: auto;
  border-radius: initial;}
#sv.tr.case .sv-case p {
  font-size: min(74%, 14px);
  line-height: 1.2;
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 30px;
  border-radius: 100px;
  border: 1px solid #C7BFB4;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 25px center;
  background-image: url(../img/common/icon_arrow_bottom_black.svg);
  color: #241000;
  transition: .2s;}
#sv.tr.case.maibotsu .sv-tr-test {
  background: url(../img/menu/sv_maibotsu02.webp) no-repeat top center / cover;}
#sv.tr.case.maibotsu .sv-tr {
  background: url(../img/menu/sv_maibotsu02.jpg) no-repeat top center / cover;}
#sv.tr.case.kumatori .sv-tr-test {
  background: url(../img/menu/sv_kumatori02.webp) no-repeat top center / cover;}
#sv.tr.case.kumatori .sv-tr {
  background: url(../img/menu/sv_kumatori02.jpg) no-repeat top center / cover;}
#sv.tr.case.urahamura .sv-tr {
  background: url(../img/menu/sv-urahamura01.png) no-repeat top center / cover;}
#sv.tr.case.double-eyelid .sv-tr {
  background: url(../img/menu/sv_double-eyelid-pc.jpg) no-repeat bottom center / cover;}
#sv.tr.artmake .sv-tr {
  background: url(../img/menu/sv_artmake.webp) no-repeat center center / cover;}
#sv.tr.case.kumatori .flex h1 {
  text-shadow: 0 0 17px #7D5533;
  color: #fff;}
#sv.tr.case.kumatori .flex .catch {
  text-shadow: 0 0 17px #7D5533;
  color: #fff;}
#sv.tr.case.urahamura .flex h1 {
  text-shadow: 0 0 17px #7D5533;
  color: #fff;}
#sv.tr.case.urahamura .flex .catch {
  text-shadow: 0 0 17px #7D5533;
  color: #fff;}
.sv-parts {
  position: relative;}
#sv-case  {
  display: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;}
#sv-case  a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-bottom: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #C7BFB4;
  background: url(../img/common/icon_arrow_bottom_black.svg) no-repeat center calc(50% + 15px) / 12px auto;
  background-color: #fff;
  color: #241000;
  transition: .2s;}
#sv-case  a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#sv.tr {
  height: 120vw;
  min-height: auto;
  margin-top: 15vw;
  padding: 0 3vw 3vw;}
#sv.tr .sv-tr {
  position: relative;
  border-radius: 0;}
#sv.tr .sv-tr img {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 50vw;
  border-radius: 3vw;}
#sv.tr .flex {
  width: 100%;
  height: calc(100% - 50vw);
  padding: 0 4vw;}
#sv.tr .flex h1 {
  margin: 0 0 5vw;
  font-size: 7vw;}
#sv.tr .flex h1 span {
  margin-top: 3.5vw;
  font-size: 4vw;}
#sv.tr .flex .catch {
  line-height: 2.0;
  font-size: 3.2vw}
#sv.tr .flex .price {
  margin-top: 7vw;}
#sv.tr .flex .price span {
  padding: 2vw 3.5vw;
  border-radius: 1vw;
  font-size: 3vw;}
#sv.tr .flex .price i {
  margin-left: 3vw;
  font-size: 7vw;}
#sv.tr .flex .price em {
  font-size: 4vw;}

#sv.tr .case {
  left: 4vw;
  bottom: -12vw;}
#sv.tr .case a {
  width: 18vw;
  padding-bottom: 2.5vw;
  background-position: center calc(50% + 3vw);
  background-size: 2.5vw auto;
  transition: 0;
  font-size: 3.5vw;}
#sv.tr .case a:hover {
  box-shadow: none;}

/* sv：ヘッダーh1設定ページ */
#sv.tr .flex span.sv-title {
  margin: 0 0 5vw;
  font-size: 7vw;}
#sv.tr .flex span.sv-title span {
  margin-top: 3.5vw;
  font-size: 4vw;}
#sv.tr.case .flex span.sv-title {
  margin: 0 0 5vw;
  font-size: 7vw;}
#sv.tr.case .flex span.sv-title span {
  margin-top: 3.5vw;
  font-size: 4vw;}

/* sv：症例あり */
#sv.tr.case .flex {
  bottom: 22vw;
  align-items: center;}
#sv.tr.case .flex h1 {
  margin: 0 0 2vw;
  font-weight: 400;
  font-size: 8vw;}
#sv.tr.case .flex .catch {
  font-weight: 500;
  color: #937762;
  letter-spacing: .3em;}
#sv.tr.case .flex .price {
  left: 15vw;
  bottom: -14vw;}
#sv.tr.case .flex .price::before {
  border-radius: 0 8vw 8vw 0;
  position: absolute;
  width: 88vw;
  height: 12vw;
  margin-left: -20vw;
  bottom: -2vw;
  left: 5vw;}
#sv.tr.case .flex .price i {
  font-size: 8vw;
  margin-left: 2vw;}
#sv.tr.case .flex .price em {
  margin-left: 0;
  color: #fff;}
#sv.tr.case .flex .price u {
  font-size: 2.4vw;
  padding-left: .4vw;}
#sv.tr.case .sv-case {
  top: 12vw;
  right: 5vw;
  transform: initial;
  width: 45vw;
  max-width: initial;}
#sv.tr.case .sv-case a {
  padding: 3vw;}
#sv.tr.case .sv-case p {
  font-size: 2.3vw;
  margin-top: 2vw;
  height: 6vw;
  height: 10vw;
  padding-left: 3.5vw;
  background-size: 2vw auto;
  background-position: right 3vw center;}
#sv.tr.case.maibotsu .sv-tr-test {
  background: url(../img/menu/sv_maibotsu02-sp.webp) no-repeat top center / cover;}
#sv.tr.case.maibotsu .sv-tr {
  background: url(../img/menu/sv_maibotsu02-sp.jpg) no-repeat top center / cover;}
#sv.tr.case.kumatori .sv-tr-test {
  background: url(../img/menu/sv_kumatori02-sp.webp) no-repeat top center / cover;}
#sv.tr.case.kumatori .sv-tr {
  background: url(../img/menu/sv_kumatori02-sp.jpg) no-repeat top center / cover;}
#sv.tr.case.urahamura .sv-tr {
  background: url(../img/menu/sv_urahamura02-sp.png) no-repeat top center / cover;}
#sv.tr.case.double-eyelid .sv-tr {
  background: url(../img/menu/sv_double-eyelid-sp.jpg) no-repeat top center / cover;}
#sv.tr.artmake .sv-tr {
  background: url(../img/menu/sv_artmake-sp.webp) no-repeat center center / cover;}
#sv.tr.case.double-eyelid .flex {
  align-items: baseline;
  bottom: 12vw;
  left: 3vw;}
#sv.tr.case.kumatori .flex .price {
  left: 12vw;}
#sv.tr.case.kumatori .flex .price::before {
  width: 91vw;}
#sv.tr.case.urahamura .flex .price {
  left: 12vw;}
#sv.tr.case.urahamura .flex .price::before {
  width: 91vw;}
#sv-case  {
  left: 4vw;
  bottom: -11vw;}
#sv-case  a {
  width: 18vw;
  padding-bottom: 2.5vw;
  background-position: center calc(50% + 3vw);
  background-size: 2.5vw auto;
  transition: 0;
  font-size: 3.5vw;}
#sv-case  a:hover {
  box-shadow: none;}
}

/*

  pankz

================================================================
*/
/*
#pankz ul {
  margin-left: 24vw;}
*/

/*

  固定ページとの差分

================================================================
*/
.p-flow-02.tr {
  border-bottom: none;}
.p-price-01.tr {
  border-bottom: 1px solid #C7BFB4;}
.mt5p {
  margin-top: 5%;}
.mt0p {
  margin-top: 0!important;}
.pt0p {
  padding-top: 0%!important;}
.pb0p {
  padding-bottom: 0%!important;}



/*

  temp：アンカーリンク

================================================================
*/
.tr-temp-anchor {
  padding: 3% 0;}
.tr-temp-anchor ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px)}
.tr-temp-anchor ul li {
  width: calc(100%/4);
  margin-top: 10px;
  border-left: 1px solid #C7BFB4;}
.tr-temp-anchor ul li:nth-child(4n) {
  border-right: 1px solid #C7BFB4;}
.tr-temp-anchor ul li:nth-child(-n+4) {
  margin-top: 0;}
.tr-temp-anchor ul li a {
  display: flex;
  align-items: center;
  height: 30px;
  background: url(../img/common/icon_arrow_bottom_black.svg) no-repeat right 25px center / 10px auto;
  color: #241000;}
.tr-temp-anchor ul li a span {
  display: inline-block;
  padding: 0 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-anchor {
  padding: 5vw 5vw 10vw;
  font-size: 3.2vw;}
.tr-temp-anchor ul {
  justify-content: space-between;
  font-size: 3.2vw;}
.tr-temp-anchor ul li {
  width: 49%;
  margin-top: 3vw;}
.tr-temp-anchor ul li:nth-child(2n) {
  border-right: 1px solid #C7BFB4;}
.tr-temp-anchor ul li:nth-child(-n+4) {
  margin-top: 2vw;}
.tr-temp-anchor ul li:nth-child(-n+2) {
  margin-top: 0;}
.tr-temp-anchor ul li a {
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  background: none;
  height: 8vw;}
.tr-temp-anchor ul li a span {
  display: block;
  padding: 0;
  background: none;}
}

/*

  temp：多目的レイアウト 01

================================================================
*/
/* 背景グレー：w1000 */
.tr-temp-versatile-01 {
  padding: 5% 0;
  background-color: #F7F5F5;}
.tr-temp-versatile-01 .inner {
  padding: 0 100px;}
.tr-temp-versatile-01 .versatile-img01 {
  width: 460px;
  height: auto;
  margin: 0 auto 30px;}
.tr-temp-versatile-01 .versatile-img01 img {
  border-radius: 110px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-versatile-01 {
  padding: 15vw 7vw;}
.tr-temp-versatile-01 .inner {
  padding: 0;}
.tr-temp-versatile-01 .versatile-img01 {
  width: 100%;
  margin: 0 auto 5vw;}
}

/* 背景ホワイト：w1000 */
.tr-temp-versatile-02 {
  padding: 5% 0;
  background-color: #fff;}
.tr-temp-versatile-02 .inner {
  padding: 0 100px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-versatile-02 {
  padding: 15vw 7vw;}
.tr-temp-versatile-02 .inner {
  padding: 0;}
}

/* 背景グレー：p1% w1000 */
.tr-temp-versatile-03 {
  width: 100%;
  padding: 0 1% 1%;
  background: #F7F5F5;}
.tr-temp-versatile-03 .wrap {
  position: relative;
  padding: 5% 0;
  border-radius: 20px;
  background-color: #FAFAF9;}
.tr-temp-versatile-03 .wrap .inner {
  padding: 0 100px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-versatile-03 {
  padding: 0 3vw 3vw;}
.tr-temp-versatile-03 .wrap {
  border-radius: 3vw;}
.tr-temp-versatile-03 .wrap .inner {
  flex-direction: column;
  padding: 5vw 7vw 10vw;}
.tr-temp-versatile-03 .wrap .inner > div {
  width: 100%;}
}

/* 背景グレー：w1200 */
.tr-temp-versatile-04 {
  padding: 0 0 5%;}
.tr-temp-versatile-04 .inner {
  padding: 80px 100px;
  background-color: #F7F5F5;}
.tr-temp-versatile-04 p {
  line-height: 1.8;}
.tr-temp-versatile-04 p.center {
  text-align: center;}
.tr-temp-versatile-04 .parts-unapproved {
  background-color: #FAFAF9;
  border-radius: 20px;
  padding: 50px;
  margin-top: 20px;}
.tr-temp-versatile-04 .parts-unapproved h3 {
  position: relative;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.tr-temp-versatile-04 .parts-unapproved h3::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  background-color: #C7BFB4;}
.tr-temp-versatile-04 .parts-unapproved p + h3 {
  margin-top: 30px;}
.tr-temp-versatile-04 .parts-unapproved p {
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 1.8;}
.tr-temp-versatile-04 .parts-unapproved p a {
  color: #365A47;
  text-decoration: underline;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-versatile-04 {
  padding: 0 0 15vw;}
.tr-temp-versatile-04 .inner {
  padding: 10vw 5vw;}
.tr-temp-versatile-04 .parts-unapproved {
  margin-top: 5vw;
  padding: 5vw;}
.tr-temp-versatile-04 .parts-unapproved h3 {
  margin-bottom: 3.5vw;
  padding-left: 5vw;
  font-size: 4vw;}
.tr-temp-versatile-04 .parts-unapproved p {
  font-size: 3vw;}
.tr-temp-versatile-04 .parts-unapproved h3::before {
  top: 7px;
  left: 0;
  width: 3vw;
  border-radius: .5vw;}
}

/* 背景グレー：w1200 上下余白5% */
.tr-temp-versatile-05 {
  width: 100%;
  padding: 5% 0;
  background-color: #F7F5F5;}
.tr-temp-versatile-05 .wrap {
  position: relative;
  padding: 5% 0;
  border-radius: 20px;
  background-color: #FAFAF9;}
.tr-temp-versatile-05 .wrap .inner {
  padding: 0 100px;}
.tr-temp-versatile-05 p.head {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;}
.tr-temp-versatile-05 h3.head {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  font-size: 22px;
  background-color: #C7BFB4;}
.tr-temp-versatile-05 .parts-flex-right-img + h3.head {
  margin-top: 5%;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-versatile-05 {
  padding: 15vw 3vw;}
.tr-temp-versatile-05 .wrap {
  border-radius: 3vw;}
.tr-temp-versatile-05 .wrap .inner {
  flex-direction: column;
  padding: 5vw 7vw 10vw;}
.tr-temp-versatile-05 p.head {
  margin-bottom: 3vw;}
.tr-temp-versatile-05 h3.head {
  margin-bottom: 5vw;
  padding: 3vw;
  font-size: 4.5vw;}
.tr-temp-versatile-05 .parts-flex-right-img + h3.head {
  margin-top: 15vw;}
}

/*

  parts：多目的パーツ

================================================================
*/
/* h2 */
.parts-h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  font-size: clamp(30px, calc(1.875rem + ((1vw - 12px) * 0.25)), 32px);
  letter-spacing: .15em;
  line-height: 1.5;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-h2 {
  margin-bottom: 7vw;
  font-size: 6vw;
  line-height: 1.5;}
.parts-h2 span {
  font-size: 4.2vw;
  display: inline-block;}
}

/* flex：左イメージ */
.parts-flex-left-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;}
.parts-flex-left-img + .parts-flex-left-img {
  margin-top: 40px;}
.parts-flex-left-img h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.parts-flex-left-img figure {
  width: 420px;}
.parts-flex-left-img figure img {
  width: 100%;
  height: auto;
  border-radius: 110px;}
.parts-flex-left-img > div {
  flex: 1;
  margin-left: 60px;}
.parts-flex-left-img > div p {
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-flex-left-img.reverse {
  flex-direction: row-reverse;}
.parts-flex-left-img.reverse > div {
  margin-left: 0;
  margin-right: 60px;}
.parts-flex-left-img > p {
  width: 100%;
  margin-top: 30px;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2.0;}
.parts-flex-left-img .video {
  width: 420px;}
.parts-flex-left-img .video iframe {
  width: 100%;
  aspect-ratio: 1/0.5625;
  border-radius: 110px;}
.parts-flex-left-img figure.br0 img {
  border-radius: 0;}
.parts-flex-left-img h4 {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.parts-flex-left-img h4::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  background-color: #C7BFB4;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-flex-left-img {
  flex-direction: column;}
.parts-flex-left-img + .parts-flex-left-img {
  margin-top: 10vw;}
.parts-flex-left-img h3 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  line-height: 1.4;
  font-size: 4vw;}
.parts-flex-left-img figure {
  width: 100%;}
.parts-flex-left-img figure img {
  border-radius: 3vw;}
.parts-flex-left-img > div {
  width: 100%;
  margin-top: 5vw;
  margin-left: 0;}
.parts-flex-left-img > div p {
  line-height: 2.2;
  font-size: 3.2vw;}
.parts-flex-left-img.reverse {
  flex-direction: column;}
.parts-flex-left-img.reverse > div {
  margin-right: 0;}
.parts-flex-left-img > p {
  margin-top: 5vw;
  font-size: 3.2vw;}
.parts-flex-left-img .video {
  width: 100%;}
.parts-flex-left-img .video iframe {
  border-radius: 3vw;}
.parts-flex-left-img h4 {
  margin-top: 6vw;
  margin-bottom: 3.5vw;
  padding-left: 5vw;
  font-size: 4vw;}
.parts-flex-left-img h4::before {
  top: 2px;
  left: 0;
  width: 3vw;
  border-radius: .5vw;}
.parts-flex-left-img p + h4 {
  margin-top: 7vw;}
}

/* flex：センター */
.parts-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;}
.parts-flex-center figure {
  width: 460px;
  margin-bottom: 30px;}
.parts-flex-center figure img {
  width: 100%;
  height: auto;
  border-radius: 110px;}
.parts-flex-center .txt {
  max-width: 700px;
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;}
.parts-flex-center figure {
  width: 100%;
  margin-bottom: 5vw;}
.parts-flex-center figure img {
  border-radius: 3vw;}
.parts-flex-center .txt {
  max-width: 100%;
  line-height: 2.2;
  font-size: 3.2vw;}
}

/* flex：右イメージ */
.parts-flex-right-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.parts-flex-right-img + .parts-flex-right-img {
  margin-top: 60px;}
.parts-flex-right-img .outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #FAFAF9;}
.parts-flex-right-img .outline .left {
  padding: 0 30px;}
.parts-flex-right-img figure {
  width: 280px;}
.parts-flex-right-img figure img {
  width: 100%;
  height: auto;
  border-radius: 20px;}
.parts-flex-right-img .left {
  flex: 1;
  margin-right: 60px;}
.parts-flex-right-img .left h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.parts-flex-right-img .left h3 span {
  font-size: 14px;
  color: #fff;
  background-color: #C7BFB4;
  border-radius: 11px;
  padding: 5px 15px;
  margin-left: 10px;}
.parts-flex-right-img .left h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.parts-flex-right-img .left span.price {
  color: #C7BFB4;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;}
.parts-flex-right-img .left span.price em {
  margin-left: 20px;}
.parts-flex-right-img .left .txt {
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-flex-right-img .left.w100 {
  width: 100%;
  margin-right: 0;
  flex: auto;}
.parts-flex-right-img .left.w100 + ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;}
.parts-flex-right-img .lisk {
  display: flex;
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #F5F4F3;
  line-height: 1.8;
  font-size: 14px;}
.parts-flex-right-img .lisk span {
  white-space: nowrap;
  margin-right: 20px;
  font-weight: 500;
  color: #C7BFB4;}
.parts-flex-right-img > ul {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;}
.parts-flex-right-img > ul > li {
  width: 48%;
  border: 1px solid #C7BFB4;
  border-radius: 5px;}
.parts-flex-right-img > ul > li h4 {
  padding: 10px;
  position: relative;
  background-color: #C7BFB4;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;}
.parts-flex-right-img > ul > li h4::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 7px solid #C7BFB4;
  border-bottom: 0;}
.parts-flex-right-img > ul > li > ul {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 10px;}
.parts-flex-right-img > ul > li > ul > li {
  position: relative;
  padding-left: 15px;
  line-height: 2;}
.parts-flex-right-img > ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  background: #C7BFB4;
  width: 8px;
  height: 8px;
  border-radius: 3px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-flex-right-img {
  flex-direction: column;}
.parts-flex-right-img + .parts-flex-right-img {
  margin-top: 15vw;}
.parts-flex-right-img .outline {
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 5vw 5vw 10vw;
  border-radius: 3vw;}
.parts-flex-right-img .outline .left {
  margin: 0;
  margin-top: 5vw;
  padding: 0;}
.parts-flex-right-img figure {
  width: 50vw;}
.parts-flex-right-img figure img {
  border-radius: 3vw;}
.parts-flex-right-img .left {
  width: 100%;
  flex: 1;
  margin-right: 0;
  margin-bottom: 5vw;}
.parts-flex-right-img .left h3 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  font-size: 4vw;}
.parts-flex-right-img .left h3 span {
  font-size: 2.8vw;
  border-radius: 3vw;
  padding: 1vw 3.5vw;
  margin-left: 3vw;}
.parts-flex-right-img .left h4 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  font-size: 4vw;}
.parts-flex-right-img .left span.price {
  font-size: 2.8vw;
  line-height: 1.5;
  margin-bottom: 2vw;}
.parts-flex-right-img .left span.price em {
  display: block;
  margin-left: 0;}
.parts-flex-right-img .left .txt {
  padding: 0;
  font-size: 3.2vw;}
.parts-flex-right-img .left.w100 + ul {
  margin-top: 0;}
.parts-flex-right-img .left.w100 + ul li figure {
  width: auto;}
.parts-flex-right-img .left.w100 + ul li figure img {
  border-radius: 0;}
.parts-flex-right-img .lisk {
  flex-direction: column;
  margin-top: 5vw;
  padding: 5vw;
  line-height: 1.8;
  font-size: 3vw;}
.parts-flex-right-img .lisk span {
  line-height: 1.0;
  margin-right: 0;
  font-size: 3.4vw;
  margin-bottom: 3vw;}
.parts-flex-right-img > ul {
  margin-top: 0;
  gap: 5vw;
  flex-direction: column;}
.parts-flex-right-img > ul > li {
  width: 100%;
  border-radius: 3vw;}
.parts-flex-right-img > ul > li h4 {
  font-size: 3.4vw;
  padding: 2vw;
  border-radius: 2.2vw 2.2vw 0 0;}
.parts-flex-right-img > ul > li h4::before {
  bottom: -1.5vw;
  border-right: 2.5vw solid transparent;
  border-left: 2.5vw solid transparent;
  border-top: 2vw solid #C7BFB4;}
.parts-flex-right-img > ul > li > ul {
  font-size: 3.4vw;
  gap: 2vw;
  padding: 5vw}
.parts-flex-right-img > ul > li > ul > li {
  padding-left: 4vw;}
.parts-flex-right-img > ul > li > ul > li::before {
  width: 2vw;
  height: 2vw;}
}

/* flex：ダブル */
.parts-flex-double {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;}
.parts-flex-double > div {
  width: 48%;}
.parts-flex-double > div figure {
  margin-bottom: 30px;}
.parts-flex-double > div figure img {
  border-radius: 110px;}
.parts-flex-double > div h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.parts-flex-double > div p {
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-flex-double {
  flex-direction: column;
  margin-top: 7vw;}
.parts-flex-double > div {
  width: 100%;}
.parts-flex-double > div + div {
  margin-top: 7vw;}
.parts-flex-double > div figure {
  margin-bottom: 5vw;}
.parts-flex-double > div figure img {
  border-radius: 3vw;}
.parts-flex-double > div h3 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  font-size: 4vw;}
.parts-flex-double > div p {
  font-size: 3.2vw;}
}


/*
  parts：メリット・デメリット
*/
.parts-merit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;}
.parts-merit > div {
  overflow: hidden;
  width: 48%;
  border: 1px solid #C7BFB4;
  border-radius: 5px;}
.parts-merit > div.w100 {
  width: 100%;}
.parts-merit .mr-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  background-color: #C7BFB4;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
  color: #fff;}
.parts-merit .mr-box {
  padding: 25px 30px 30px;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-merit .mr-box ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;}
.parts-merit .mr-box ul li + li {
  margin-top: 8px;}
.parts-merit .mr-box ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  color: #C7BFB4;}
.parts-merit .mr-box p {
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2.0;}
.parts-merit-d02 {
  width: 100%;
  padding: 50px;
  margin-top: 30px;
  background-color: #F5F4F3;}
.parts-merit-d02 .mr-title {
  position: relative;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;}
.parts-merit-d02 .mr-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)rotate(-45deg);
  width: 1em;
  height: 1px;
  background-color: #C7BFB4;}
.parts-merit-d02 .mr-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62%;
  height: 1px;
  background-color: #C7BFB4;}
.parts-merit-d02 ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;}
.parts-merit-d02 ul li + li {
  margin-top: 8px;}
.parts-merit-d02 ul li::before {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(36, 16, 0);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-merit {
  flex-direction: column;
  margin-top: 5vw;}
.parts-merit > div {
  width: 100%;
  border-radius: 3vw;}
.parts-merit > div + div {
  margin-top: 5vw;}
.parts-merit .mr-title {
  height: 10vw;
  font-weight: 500;
  font-size: 3.4vw;}
.parts-merit .mr-box {
  padding: 5vw;
  font-size: 3.2vw;}
.parts-merit .mr-box ul li + li {
  margin-top: 1.5vw;}
.parts-merit .mr-box p {
  font-size: 3.2vw;}
.parts-merit-d02 {
  margin-top: 5vw;
  padding: 7vw;}
.parts-merit-d02 .mr-title {
  padding-bottom: 3vw;
  font-size: 4vw;}
.parts-merit-d02 ul li::before {
  top: 2px;
  left: 0;
  width: 3vw;
  border-radius: .5vw;}
.parts-merit-d02 ul li + li {
  margin-top: 1.5vw;}
.parts-merit-d02 .mr-title::after {
  width: 100%;}
}

/* parts：ダウンタイム */
.parts-downtime {
  position: relative;
  padding-top: 60px;}
.parts-downtime .title {
  position: absolute;
  top: 0;
  left: 0;
  color: #C7BFB4;}
.parts-downtime .title span {
  position: relative;}
.parts-downtime .title span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C7BFB4;}
.parts-downtime table {
  width: 100%;
  line-height: 1.6;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-downtime table tr + tr {
  border-top: 1px dashed #C7BFB4;}
.parts-downtime table th {
  white-space: nowrap;
  padding: 20px 30px 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 500;}
.parts-downtime table th span {
  position: relative;
  padding-left: 20px;}
.parts-downtime table th span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  background-color: #C7BFB4;}
.parts-downtime table td {
  padding: 20px 0;}
.parts-downtime table td ul li {
  position: relative;
  padding-left: 1em;}
.parts-downtime table td ul li + li {
  margin-top: 8px;}
.parts-downtime table td ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  color: #C7BFB4;}
.parts-downtime tr td p {
    margin: 0 0 .8em 0 ;}
.parts-downtime tr td ul+p {
    margin: .8em 0;}
.parts-downtime table td .note {
  position: relative;
  margin-top: 15px;
  padding-left: 1.2em;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);}
.parts-downtime table td .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;}
.parts-downtime table tr:first-child th,
.parts-downtime table tr:first-child td {
  padding-top: 0;}
.parts-downtime table tr:last-child th,
.parts-downtime table tr:last-child td {
  padding-bottom: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-downtime {
  padding-top: 0;}
.parts-downtime .title {
  position: static;
  margin-bottom: 10vw;
  text-align: left;
  font-size: 3.5vw;}
.parts-downtime .title span:after {
  bottom: -3vw;}
.parts-downtime table,
.parts-downtime table tr,
.parts-downtime table tbody,
.parts-downtime table th,
.parts-downtime table td {
  display: block;}
.parts-downtime table {
  font-size: 3.2vw;}
.parts-downtime table tr + tr {
  margin-top: 5vw;}
.parts-downtime table tr + tr th {
  margin-top: 5vw;}
.parts-downtime table th {
  margin-bottom: 3vw;
  padding: 0;
  font-size: 4vw;
  font-weight: 500;}
.parts-downtime table th span {
  padding-left: 5vw;}
.parts-downtime table th span:before {
  top: 2px;
  left: 0;
  width: 3vw;
  border-radius: .5vw;}
.parts-downtime table td {
  padding: 0;}
.parts-downtime table td ul li {
  font-size: 3.2vw;}
.parts-downtime table td ul li + li {
  margin-top: 1.5vw;}
.parts-downtime table td .note {
  margin-top: 3.5vw;
  font-size: 3vw;}
}


/* parts：術後の過ごし方 */
.parts-after {
  position: relative;}
.parts-after li {
  display: flex;
  align-items: center;}
.parts-after li + li {
  margin-top: 30px;}
.parts-after li figure {
  width: 160px;}
.parts-after li figure img {
  width: 100%;
  height: auto;
  border-radius: 20px;}
.parts-after li > div {
  flex: 1;
  margin-left: 40px;}
.parts-after li > div h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
  color: #a49177;}
.parts-after li > div p {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-after li {
  align-items: flex-start;}
.parts-after li + li {
  margin-top: 5vw;}
.parts-after li figure {
  width: 25vw;}
.parts-after li figure img {
  border-radius: 3vw;}
.parts-after li > div {
  margin-left: 5vw;}
.parts-after li > div h3 {
  margin-bottom: 3vw;
  font-size: 3.6vw;
  line-height: 1.5;}
.parts-after li > div p {
  line-height: 1.8;
  font-size: 3vw;}
}

/* parts：汎用注意書き */
.parts-note {
  margin-top: 15px;
  line-height: 1.8;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);
  color: #a49177;}
.parts-note a {
  text-decoration: underline;
  color: #a49177;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-note {
  margin-top: 5vw;
  font-size: 3vw;}
}

/* parts：導入文 w600 */
.parts-catch {
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2.0;}
.parts-catch.center {
  text-align: center;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-catch {
  max-width: 100%;
  font-size: 3.2vw;
  line-height: 2.2;}
}

/* parts：注意喚起 */
.parts-attention {
  margin-top: 40px;
  padding: 50px 80px;
  border-radius: 20px;
  background-color: #FAFAF9;
  text-align: center;}
.parts-attention h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.parts-attention p {
  text-align: left;
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-attention p a {
  color: #a49177;
  text-decoration: underline;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-attention {
  margin-top: 5vw;
  padding: 7vw;
  border-radius: 3vw;}
.parts-attention h3 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  font-size: 4vw;
  line-height: 1.6;}
.parts-attention p {
  line-height: 2.2;
  font-size: 3.2vw;}
}

/* parts：ドクターズポイント */
.parts-dpoint {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;}
.parts-dpoint figure {
  width: 200px;
  text-align: center;}
.parts-dpoint figure img {
  width: 140px;
  height: auto;}
.parts-dpoint > div {
  flex: 1;
  border-radius: 20px;
  padding: 30px;
  background-color: #FAFAF9;}
.parts-dpoint > div h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.parts-dpoint > div p {
  line-height: 1.9;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-dpoint > div.border {
  border: 1px solid #C7BFB4;}
.parts-dpoint.p-white div {
  background-color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-dpoint {
  position: relative;
  margin-top: 20vw;}
.parts-dpoint figure {
  position: absolute;
  top: -20vw;
  right: 5vw;
  width: 30vw;}
.parts-dpoint figure img {
  width: 100%;}
.parts-dpoint > div {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 3vw;
  padding: 6vw 5vw;}
.parts-dpoint > div h3 {
  margin-bottom: 3.5vw;
  text-align: center;
  font-size: 3.6vw;}
.parts-dpoint > div p {
  line-height: 2.0;
  font-size: 3.2vw;}
}


/* parts：他施術へのリンク */
.parts-link {
  margin-top: 30px;
  font-size: clamp(12px, calc(0.75rem + ((1vw - 12px) * 0.25)), 14px);}
.parts-link li {
  text-align: right;}
.parts-link li + li {
  margin-top: 15px;}
.parts-link li a {
  text-decoration: underline;
  color: #241000;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-link {
  margin-top: 5vw;
  font-size: 3vw;}
.parts-link li + li {
  margin-top: 3.5vw;}
}

/* parts：汎用的なdl */
.parts-dl-01 {
  margin-top: 50px;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-dl-01 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.parts-dl-01 dl dt:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  background-color: #C7BFB4;}
.parts-dl-01 dl dd {
  line-height: 2.0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-dl-01 {
  margin-top: 50px;
  font-size: 3.2vw;}
.parts-dl-01 dl dt {
  margin-bottom: 3.5vw;
  padding-left: 5vw;
  font-size: 4vw;}
.parts-dl-01 dl dt:before {
  top: 2px;
  left: 0;
  width: 3vw;
  border-radius: .5vw;}
.parts-dl-01 dl dd {
  line-height: 2.0;}
}


/* parts：汎用的な導入 */
.tr-temp-do-01 {
  overflow: hidden;
  padding-top: 3.5%;
  background-color: #F7F5F5;}
.tr-temp-do-01 .inner {
  padding: 0 100px 3.5%;}
.tr-temp-do-01 .txt {
  text-align: center;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-temp-do-01 {
  padding: 10vw 5vw 0;}
.tr-temp-do-01 .inner {
  padding: 0 0 10vw;}
.tr-temp-do-01 .txt {
  line-height: 2.0;
  text-align: left;
  font-size: 3.2vw;}
}

/* parts：parts-3column-list */
.parts-3column-list {
  margin-top: 40px;
  position: relative;}
.parts-3column-list > ul {
  display: flex;
  flex-wrap: wrap;}
.parts-3column-list > ul > li {
  width: 280px;
  margin-top: 40px;}
.parts-3column-list > ul > li + li {
  margin-left: 80px;}
.parts-3column-list > ul > li:nth-child(-n+3) {
  margin-top: 0;}
.parts-3column-list > ul > li:nth-child(3n+1) {
  margin-left: 0;}
.parts-3column-list > ul > li figure {
  width: 100%;
  margin-bottom: 15px;}
.parts-3column-list > ul > li figure img {
  width: 100%;
  height: auto;
  border-radius: 20px;}
.parts-3column-list > ul > li h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.parts-3column-list > ul > li p {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
/* parts：単体img */
.parts-img-center {
  margin-top: 40px;
  text-align: center;}
.parts-img-center img {
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-img-center {
  margin-top: 5vw;}
.parts-img-center img {
  width: 100%;}
}

/* parts：parts-txt-ichioshi */
.parts-txt-ichioshi {
  display: flex;
  align-items: center;}
.parts-txt-ichioshi span {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  background-color: #365A47;
  border-radius: 100px;
  font-size: 70%;
  color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-txt-ichioshi span {
  margin-left: 5vw;
  padding: 1.5vw 3vw;}
}


/* parts：分岐 */
.parts-dl-branch {
  margin-top: 40px;}
.parts-dl-branch dl dt {
  margin-bottom: 15px;}
.parts-dl-branch dl dt h3 {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.parts-dl-branch dl dt h3:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  background-color: #C7BFB4;}
.parts-dl-branch dl dt h3 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #365A47;}
.parts-dl-branch dl dd {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.parts-dl-branch dl dd + dt {
  margin-top: 40px;}
.parts-dl-branch dl dd.img-right {
  display: flex;
  justify-content: space-between;}
.parts-dl-branch dl dd.img-right figure {
  width: 190px;}
.parts-dl-branch dl dd.img-right figure img {
  width: 100%;
  height: auto;
  border-radius: 20px;}
.parts-dl-branch dl dd.img-right p {
  flex: 1;
  margin-right: 60px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.parts-dl-branch {
  margin-top: 10vw;}
.parts-dl-branch dl dt {
  margin-bottom: 3vw;}
.parts-dl-branch dl dt h3 {
  padding-left: 5vw;
  font-size: 4vw;
  line-height: 1.6;}
.parts-dl-branch dl dt h3:before {
  top: 1.4vw;
  width: 3vw;
  border-radius: .5vw;}
.parts-dl-branch dl dt h3 span {
  margin-left: 5vw;
  font-size: 3.2vw;}
.parts-dl-branch dl dd {
  line-height: 2.2;
  font-size: 3.2vw;}
.parts-dl-branch dl dd + dt {
  margin-top: 7vw;}
.parts-dl-branch dl dd.img-right {
  flex-direction: column-reverse;
  margin-top: 5vw;}
.parts-dl-branch dl dd.img-right figure {
  width: 50vw;
  margin: 0 auto 5vw;}
.parts-dl-branch dl dd.img-right figure img {
  border-radius: 3vw;}
.parts-dl-branch dl dd.img-right p {
  width: 100%;
  margin-right: 0;}
}

/*

  tr：切らないクマ取り

================================================================
*/
.tr-kumatori-01 {
  overflow: hidden;
  padding-top: 3.5%;
  background-color: #F7F5F5;}
.tr-kumatori-01 .inner {
  padding: 0 100px 3.5%;
  background: url(../img/menu/tr-kumatori-01_bg.png) no-repeat right bottom / auto 100%;}
.tr-kumatori-01 ul {
  display: flex;
  padding: 0 50px;}
.tr-kumatori-01 ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  aspect-ratio: 1/1;
  border: 1px solid #C7BFB4;
  border-radius: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.tr-kumatori-01 ul li + li {
  margin-left: 15px;}
.tr-kumatori-01 ul li span {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #C7BFB4;
  color: #fff;
  line-height: 1.0;
  letter-spacing: .05em;}
.tr-kumatori-01 ul li span i {
  font-size: clamp(10px, calc(0.625rem + ((1vw - 12px) * 0.25)), 12px);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-kumatori-01 {
  padding: 10vw 5vw 0;}
.tr-kumatori-01 .inner {
  padding: 0 0 80vw;
  background-position: center bottom -35vw;
  background-size: 62vw auto;}
.tr-kumatori-01 h2 span {
  font-size: 4vw;}
.tr-kumatori-01 ul {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8vw;
  padding: 0;}
.tr-kumatori-01 ul li {
  width: 28vw;
  line-height: 1.5;
  font-size: 3vw;}
.tr-kumatori-01 ul li + li {
  margin-left: 2vw;}
.tr-kumatori-01 ul li span {
  top: -3vw;
  left: -2vw;
  width: 10vw;
  height: 10vw;
  font-size: 3.5vw;}
.tr-kumatori-01 ul li span i {
  font-size: 2.6vw;}
}
.tr-kumatori-02 .txt {
  max-width: 770px;
  margin: 0 auto;
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.kuma-tabs {
  position: relative;
  width: 100%;
  margin-top: 50px;}
.kuma-tabs .select {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;}
.kuma-tabs .tab_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  border-bottom: 1px solid #365A47;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  color: #365A47;
  opacity: .5;}
.kuma-tabs .tab_content {
  position: relative;
  display: none;
  border-radius: 20px;
  background-color: #F5F4F3;}
.kuma-tabs #tab-kuma01:checked ~ #kuma01,
.kuma-tabs #tab-kuma02:checked ~ #kuma02,
.kuma-tabs #tab-kuma03:checked ~ #kuma03,
.kuma-tabs #tab-kuma04:checked ~ #kuma04 {
  display: block;}
.kuma-tabs #tab-kuma01:checked ~ .select .kuma01 {
  opacity: 1.0;}
.kuma-tabs #tab-kuma01:checked ~ .select .kuma01:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #365A47 transparent transparent transparent;}
.kuma-tabs #tab-kuma02:checked ~ .select .geka {
  opacity: 1.0;}
.kuma-tabs #tab-kuma02:checked ~ .select .geka:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #365A47 transparent transparent transparent;}
.kuma-tabs #tab-kuma03:checked ~ .select .hifuka {
  opacity: 1.0;}
.kuma-tabs #tab-kuma03:checked ~ .select .hifuka:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #365A47 transparent transparent transparent;}
.kuma-tabs #tab-kuma04:checked ~ .select .aaa {
  opacity: 1.0;}
.kuma-tabs #tab-kuma04:checked ~ .select .aaa:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #365A47 transparent transparent transparent;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-kumatori-02 .txt {
  max-width: 100%;
  padding: 0 2vw;
  font-size: 3.2vw;}
.kuma-tabs {
  margin-top: 7vw;}
.kuma-tabs .select {
  margin-bottom: 5vw;}
.kuma-tabs .tab_item {
  width: 25%;
  height: 12vw;
  font-size: 3.2vw;}
.kuma-tabs .tab_content {
  border-radius: 3vw;}
.kuma-tabs #tab-kuma01:checked ~ .select .kuma01:after {
  bottom: -1.8vw;
  margin-left: -1.4vw;
  border-width: 1.8vw 1.4vw 0 1.4vw;}
.kuma-tabs #tab-kuma02:checked ~ .select .geka:after {
  bottom: -1.8vw;
  margin-left: -1.4vw;
  border-width: 1.8vw 1.4vw 0 1.4vw;}
.kuma-tabs #tab-kuma03:checked ~ .select .hifuka:after {
  bottom: -1.8vw;
  margin-left: -1.4vw;
  border-width: 1.8vw 1.4vw 0 1.4vw;}
.kuma-tabs #tab-kuma04:checked ~ .select .aaa:after {
  bottom: -1.8vw;
  margin-left: -1.4vw;
  border-width: 1.8vw 1.4vw 0 1.4vw;}
}


/*

  tr：裏ハムラ

================================================================
*/
.tr-urahamura-01 {
  overflow: hidden;
  padding-top: 3.5%;
  background-color: #F7F5F5;}
.tr-urahamura-01 .inner {
  padding: 0 100px 3.5%;
  background: url(../img/menu/tr-kumatori-01_bg.png) no-repeat right bottom / auto 100%;}
.tr-urahamura-01 ul {
  display: flex;
  padding: 0 50px;}
.tr-urahamura-01 ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  aspect-ratio: 1/1;
  border: 1px solid #C7BFB4;
  border-radius: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.tr-urahamura-01 ul li + li {
  margin-left: 15px;}
.tr-urahamura-01 ul li span {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #C7BFB4;
  color: #fff;
  line-height: 1.0;
  letter-spacing: .05em;}
.tr-urahamura-01 ul li span i {
  font-size: clamp(10px, calc(0.625rem + ((1vw - 12px) * 0.25)), 12px);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-urahamura-01 {
  padding: 10vw 5vw 0;}
.tr-urahamura-01 .inner {
  padding: 0 0 80vw;
  background-position: center bottom -35vw;
  background-size: 62vw auto;}
.tr-urahamura-01 h2 span {
  font-size: 4vw;}
.tr-urahamura-01 ul {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8vw;
  padding: 0;}
.tr-urahamura-01 ul li {
  width: 28vw;
  line-height: 1.5;
  font-size: 3vw;}
.tr-urahamura-01 ul li + li {
  margin-left: 2vw;}
.tr-urahamura-01 ul li span {
  top: -3vw;
  left: -2vw;
  width: 10vw;
  height: 10vw;
  font-size: 3.5vw;}
.tr-urahamura-01 ul li span i {
  font-size: 2.6vw;}
}
.tr-urahamura-02 .txt {
  max-width: 770px;
  margin: 0 auto;
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-urahamura-02 .txt {
  max-width: 100%;
  padding: 0 2vw;
  font-size: 3.2vw;}
}

/*

  tr：二重埋没法

================================================================
*/
.tr-maibotsu-01 {
  overflow: hidden;
  padding-top: 3.5%;
  background-color: #F7F5F5;}
.tr-maibotsu-01 .inner {
  padding: 0 100px 3.5%;
  background: url(../img/menu/tr-kumatori-01_bg.png) no-repeat right top / 200px auto;}
.tr-maibotsu-01 .txt {
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);
  line-height: 2.0;}
.tr-maibotsu-01 .txt span {
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  color: #a49177;}
.border-top {
    border-top: 1px solid #C7BFB4;}
.border-top h2.parts-h2 {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0 3%;
    background: #fff;
    font-weight: 500;
	margin-bottom: 20px;}
.border-top .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;}
.border-top .youtube iframe {
  width: 100%;
  height: 100%;}
.border-top .youtube iframe {
    border-radius: 3vw;}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-maibotsu-01 {
  padding: 10vw 5vw 0;}
.tr-maibotsu-01 .inner {
  padding: 0 0 85vw;
  background-position: center bottom -35vw;
  background-size: 62vw auto;}
.tr-maibotsu-01 h2 span {
  font-size: 4vw;}
.border-top h2.parts-h2 {
  margin-bottom: 3vw;}
}

/*

  tr：ボトックス注射

================================================================
*/
.tr-botox-01 {
  display: flex;
  justify-content: space-between;
  width: 780px;
  margin: 30px auto 0;}
.tr-botox-01 li {
  position: relative;
  text-align: center;}
.tr-botox-01 li figure {
  width: 160px;}
.tr-botox-01 li figure img {
  border-radius: 100%;
  border: 1px solid #C7BFB4;}
.tr-botox-01 li .title {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;}
.tr-botox-01 li .title span {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #F5F4F3;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-botox-01 {
  width: 100%;
  margin: 5vw auto 0;}
.tr-botox-01 li {
  width: 23%;
  text-align: center;}
.tr-botox-01 li figure {
  margin: 0 auto 2vw;
  width: 100%;}
.tr-botox-01 li .title {
  position: static;
  bottom: -10px;}
.tr-botox-01 li .title span {
  padding: 1vw 2vw;
  font-size: 2.8vw;
  line-height: 1.5;
  white-space: wrap;}
}

/*

  tr：スネコス注射

================================================================
*/
.tr-sunekos-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;}
.tr-sunekos-01 > div {
  width: 48%;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;}
.tr-sunekos-01 > div figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;}
.tr-sunekos-01 > div figure img {
  width: 180px;
  height: auto;}
.tr-sunekos-01 > div h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.tr-sunekos-01 > div p {
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.tr-sunekos-01 > div ul {
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.tr-sunekos-01 > div ul li {
  position: relative;
  padding-left: 1em;}
.tr-sunekos-01 > div ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-sunekos-01 {
  flex-direction: column;
  margin-top: 7vw;}
.tr-sunekos-01 > div {
  width: 100%;
  padding: 7vw;}
.tr-sunekos-01 > div + div {
  margin-top: 7vw;}
.tr-sunekos-01 > div figure {
  height: auto;
  padding: 0 0 5vw 0;
  margin-bottom: 5vw;}
.tr-sunekos-01 > div figure img {
  width: 40vw;
  border-radius: 3vw;}
.tr-sunekos-01 > div h3 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  font-size: 4vw;}
.tr-sunekos-01 > div p {
  font-size: 3.2vw;}
.tr-sunekos-01 > div ul {
  font-size: 3.2vw;}
}

/*

  tr：ポテンツァ

================================================================
*/
.tr-potenza-01 {
  display: flex;
  align-items: center;}
.tr-potenza-01 span {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #C7BFB4;
  font-size: 13px;
  color: #fff;}
.tr-potenza-02 {
  position: relative;}
.tr-potenza-02:before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  border: 1px solid #1FBAB8;}
.tr-potenza-02.CP-25:before {
  background-image: url(../img/menu/CP-25.jpg);}
.tr-potenza-02.A1-15:before {
  background-image: url(../img/menu/A1-15.jpg);}
.tr-potenza-02.S-25:before {
  background-image: url(../img/menu/S-25.jpg);}
.tr-potenza-02.diamond:before {
  background-image: url(../img/menu/diamond.jpg);}
.tr-potenza-02.SFA:before {
  background-image: url(../img/menu/SFA.jpg);}
.tr-potenza-03 {
  margin: 40px 0;}
.tr-potenza-03 ul {
  display: flex;
  justify-content: space-between;}
.tr-potenza-03 ul li {
  width: 31.5%;}
.tr-potenza-03 ul li figure {
  margin-bottom: 20px;}
.tr-potenza-03 ul li h4 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.tr-potenza-03 ul li p {
  line-height: 1.9;
  font-size: clamp(13px, calc(0.8125rem + ((1vw - 12px) * 0.125)), 14px);}
.tr-potenza-04 {
  margin-bottom: 80px;
  padding: 50px 80px;
  background-color: #F5F4F3;}
.tr-potenza-04 h3 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.tr-potenza-04 ul li {
  display: flex;
  align-items: center;}
.tr-potenza-04 ul li + li {
  margin-top: 10px; }
.tr-potenza-04 ul li figure {
  width: 200px;}
.tr-potenza-04 ul li figure img {
  width: 100%;
  height: auto;}
.tr-potenza-04 ul li > div {
  flex: 1;
  margin-left: 30px;}
.tr-potenza-04 ul li > div h4 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
  color: #a49177;}
.tr-potenza-04 ul li > div p {
  line-height: 1.9;
  font-size: clamp(13px, calc(0.8125rem + ((1vw - 12px) * 0.125)), 14px);}

.tr-potenza-04 h3.option {
  margin-top: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.tr-potenza-04 h3.option::before,
.tr-potenza-04 h3.option::after {
  background-color: #C7BFB4;
  border-radius: 1px;
  content: "";
  height: 1px;
  width: 10%;
}
.tr-potenza-04 h3.option::before {
  margin-right: 16px;
}
.tr-potenza-04 h3.option::after {
  margin-left: 16px;
}
.tr-potenza-04 ul li > div.no-img {
    margin-left: 12px;
}

/*症例スライダー*/
.p-case.potenza {
  background-color: #F7F5F5;
  position: relative;}
.p-case.potenza .title {
  margin-bottom: 45px;
  text-align: center;
  color: #C7BFB4;}
.p-case.potenza .title span {
  position: relative;}
.p-case.potenza .title span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C7BFB4;}
.p-case.potenza .serve {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 100px;
  color: #fff;
  background-color: #B2A99D;}
.p-case.potenza .slide-p-potenza .slick-slide {
  width: min(380px, 40svh);}
.p-case.potenza .slide-p-potenza figure img {
  width: 100%;
  height: auto;}
.p-case.potenza .slide-p-potenza .slick-slide + .slick-slide {
  margin-left: 20px;}
.p-case.potenza ul {
  margin-top: 10px;}
.p-case.potenza ul li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.5;}
.p-case.potenza ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #C7BFB4;
  border-radius: 3px;}
.p-potenza-about {
  background-color: #F7F5F5;
  padding: 3% 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-potenza-01 span {
  margin-left: 5vw;
  padding: 1.5vw 2.5vw;
  font-size: 3vw;}
.tr-potenza-02:before {
  top: 5vw;
  right: -20vw;
  width: 30vw;
  height: 30vw;}
.tr-potenza-03 {
  margin: 10vw 0;}
.tr-potenza-03 ul {
  flex-direction: column;}
.tr-potenza-03 ul li {
  position: relative;
  display: flex;
  width: 100%;}
.tr-potenza-03 ul li + li {
  margin-top: 12vw;}
.tr-potenza-03 ul li figure {
  width: 30vw;
  margin-bottom: 0;}
.tr-potenza-03 ul li h4 {
  position: absolute;
  top: -5vw;
  left: 0;
  margin-bottom: 0;
  font-size: 3.4vw;}
.tr-potenza-03 ul li p {
  flex: 1;
  font-size: 3vw;}
.tr-potenza-04 {
  margin-bottom: 15vw;
  padding: 7vw;}
.tr-potenza-04 h3 {
  margin-bottom: 7vw;
  text-align: center;
  line-height: 1.8;
  font-size: 3.6vw;}
.tr-potenza-04 ul li {
  flex-direction: column;}
.tr-potenza-04 ul li + li {
  margin-top: 5vw;}
.tr-potenza-04 ul li figure {
  width: 40vw;
  margin-bottom: 3vw;}
.tr-potenza-04 ul li > div {
  margin-left: 0;}
.tr-potenza-04 ul li > div h4 {
  margin-bottom: 3vw;
  line-height: 1.6;
  font-size: 3.4vw;}
.tr-potenza-04 ul li > div p {
  font-size: 3.2vw;}

/*症例スライダー*/
.p-case.potenza .title {
  margin-bottom: 10vw;
  padding-left: 7vw;
  text-align: left;
  font-size: 3.5vw;}
.p-potenza-about {
  padding: 15vw 7vw;}
.p-case.potenza .title span::after {
  bottom: -3vw;}
.p-case.potenza .serve {
  right: 7vw;
  padding: 2vw 4vw;
  font-size: 3vw;}
.p-case.potenza .slide-p-potenza .slick-slide {
  width: 70vw;}
.p-case.potenza ul {
  margin-top: 2vw;}
.p-case.potenza ul li {
  padding-left: 3vw;
  font-size: 3vw;}
.p-case.potenza ul li::before {
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  margin-top: 1.5vw;}}
.tr-potenza-04 ul li > div.no-img {
    margin-left: 0;
}
/*

  tr：エレクトロポレーション

================================================================
*/
.tr-ion-01 ul {
  display: flex;
  justify-content: space-between;}
.tr-ion-01 ul li {
  width: 31.5%;
  padding: 20px;
  border-radius: 20px;
  background-color: #F5F4F3;}
.tr-ion-01 ul li figure {
  margin-bottom: 20px;}
.tr-ion-01 ul li figure img {
  border-radius: 20px;}
.tr-ion-01 ul li h3 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px); }
.tr-ion-01 ul li p {
  line-height: 1.9;
  font-size: clamp(13px, calc(0.8125rem + ((1vw - 12px) * 0.125)), 14px); }
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-ion-01 ul {
  flex-direction: column;}
.tr-ion-01 ul li {
  width: 100%;
  padding: 5vw;
  border-radius: 3vw;}
.tr-ion-01 ul li figure {
  margin-bottom: 20px;}
.tr-ion-01 ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 50vw;
  border-radius: 3vw;}
.tr-ion-01 ul li + li {
  margin-top: 5vw;}
.tr-ion-01 ul li h3 {
  margin-bottom: 3.5vw;
  font-size: 3.6vw;}
.tr-ion-01 ul li p {
  font-size: 3.2vw;}
}

/*

  tr：タレ目形成

================================================================
*/
.tr-tareme01 {
  margin-top: 40px;}
.tr-tareme01 > div + div {
  margin-top: 60px;}
.tr-tareme01 > div h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C7BFB4;
  font-weight: 500;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 12px) * 0.25)), 20px);}
.tr-tareme01 > div h3 + p {
  line-height: 1.8;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 12px) * 0.125)), 15px);}
.tr-tareme01 > div h4 {
  position: relative;
  margin-top: 40px;
  padding-left: 25px;
  font-weight: 500;
  font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);}
.tr-tareme01 > div h4:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  background-color: #C7BFB4;}
.tr-tareme01 .azazel {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;}
.tr-tareme01 .azazel.col4 li {
  width: 230px;}
.tr-tareme01 .azazel.col5 li {
  width: 184px;}
.tr-tareme01 .azazel li figure {
  position: relative;}
.tr-tareme01 .azazel li figure:before {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #C7BFB4;
  color: #fff;
  line-height: 1.0;
  letter-spacing: .05em;}
.tr-tareme01 .azazel li:nth-child(1) figure:before {
  content: '01';}
.tr-tareme01 .azazel li:nth-child(2) figure:before {
  content: '02';}
.tr-tareme01 .azazel li:nth-child(3) figure:before {
  content: '03';}
.tr-tareme01 .azazel li:nth-child(4) figure:before {
  content: '04';}
.tr-tareme01 .azazel li:nth-child(5) figure:before {
  content: '05';}
.tr-tareme01 .azazel li figure img {
  border-radius: 20px;}
.tr-tareme01 .azazel li p {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 14px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tr-tareme01 {
  margin-top: 10vw;}
.tr-tareme01 > div + div {
  margin-top: 10vw;}
.tr-tareme01 > div h3 {
  margin-bottom: 3vw;
  padding-bottom: 3.5vw;
  line-height: 1.4;
  font-size: 4vw;}
.tr-tareme01 > div h3 + p {
  line-height: 2.2;
  font-size: 3.2vw;}
.tr-tareme01 > div h4 {
  padding-left: 5vw;
  font-size: 4vw;
  line-height: 1.6;}
.tr-tareme01 > div h4:before {
  top: 1.5vw;
  width: 3vw;
  border-radius: .5vw;}
.tr-tareme01 .azazel {
  flex-wrap: wrap;
  margin-top: 5vw;}
.tr-tareme01 .azazel.col4 li {
  width: 48%;}
.tr-tareme01 .azazel.col5 li {
  width: 48%;}
.tr-tareme01 .azazel li {
  margin-top: 7vw;}
.tr-tareme01 .azazel li:nth-child(-n+2) {
  margin-top: 0;}
.tr-tareme01 .azazel li figure:before {
  top: -2vw;
  left: -2vw;
  width: 10vw;
  height: 10vw;
  font-size: 3.4vw;}
.tr-tareme01 .azazel li figure img {
  border-radius: 3vw;}
.tr-tareme01 .azazel li p {
  margin-top: 3vw;
  font-size: 3.2vw;}
}

/*

  tr：ダウンタイムのタブ分け

================================================================
*/
.dt-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;}
.dt-tabs .tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #eee;
  font-size: 15px;
  text-align: center;
  color: #999;
  transition: all 0.2s ease;}
.dt-tabs .tab_item:hover {
  opacity: 0.75;}
.dt-tabs input[name="tab_item"] {
  display: none;}
.dt-tabs .tab_content {
  display: none;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #C7BFB4;
  overflow: hidden;}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;}
.dt-tabs input:checked + .tab_item {
  background-color: #C7BFB4;
  color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.dt-tabs .tab_item {
  width: 50%;
  height: 10vw;
  font-size: 3.5vw;}
.dt-tabs .tab_content {
  padding-top: 5vw;}
}


/*

  tr：施術ページキャンペーン情報

================================================================
*/
#tr-cp {
  padding: 2%;}
#tr-cp .cp_item {
  position: relative;
  border: 1px solid #365A47;
  background-color: #E7EBE9;
  padding: 30px;
  gap: 30px;
  display: flex;}
#tr-cp .cp_item:before {
  content: "";
  background-color: #365A47;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;}
#tr-cp .cp_item + .cp_item {
  margin-top: 40px;}
#tr-cp .cp_item figure {
  width: 25%;}
#tr-cp .cp_item > div {
  align-self: center;
  flex: 1;}
#tr-cp .cp_item > div .head {
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background-color: #365A47;
  padding: 10px 0;
  font-size: 18px;}
#tr-cp .cp_item > div .head::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_star_green.svg) no-repeat center / 10px auto;
  background-color: #C7BFB4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: bottom;
  margin-right: 5px;}
#tr-cp .cp_item > div > div {
  background-color: #fff;
  padding: 20px 40px;}
#tr-cp .cp_item > div > div .menu {
  border: 1px solid #365A47;
  color: #365A47;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;}
#tr-cp .cp_item > div > div ul li {
  padding: 10px 0;
  position: relative;}
#tr-cp .cp_item > div > div ul li::before {
  content: "";
  background-color: #365A47;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;}
#tr-cp .cp_item > div > div ul li + li {
  border-top: 1px dashed #EBE7E2;}
#tr-cp .cp_item > div > div ul li span {
  color: #C40000;
  font-weight: 700;
  font-size: 20px;
  position: relative;}
#tr-cp .cp_item > div > div ul li span::before {
  content: "";
  background: url(../img/common/icon_arrow_right_black.svg) no-repeat center / 10px auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;}
#tr-cp .cp_item > div > div ul li span em {
  font-size: 12px;}
@media (max-width: 767px) {
#tr-cp {
  padding: 5vw 3vw;}
#tr-cp .cp_item {
  padding: 3vw;
  gap: 2vw;
  flex-direction: column;}
#tr-cp .cp_item:before {
  top: 1vw;
  right: -1vw;}
#tr-cp .cp_item + .cp_item {
  margin-top: 5vw;}
#tr-cp .cp_item figure {
  width: 100%;}
#tr-cp .cp_item > div {
  width: 100%;}
#tr-cp .cp_item > div .head {
  padding: 2vw 0;
  font-size: 3.4vw;}
#tr-cp .cp_item > div .head::before {
  background: url(../img/common/icon_star_green.svg) no-repeat center / 2vw auto;
  background-color: #C7BFB4;
  width: 4vw;
  height: 4vw;
  margin-right: 2vw;}
#tr-cp .cp_item > div > div {
  padding: 3vw;}
#tr-cp .cp_item > div > div .menu {
  padding: 2vw;
  margin-bottom: 2vw;}
#tr-cp .cp_item > div > div ul li {
  padding: 3vw 1vw;}
#tr-cp .cp_item > div > div ul li::before {
  width: 2vw;
  height: 2vw;
  margin-right: 1.2vw;}
#tr-cp .cp_item > div > div ul li span {
  font-size: 5.2vw;}
#tr-cp .cp_item > div > div ul li span::before {
  background: url(../img/common/icon_arrow_right_black.svg) no-repeat center / 3vw auto;
  width: 3vw;
  height: 3vw;
  margin: 0 3vw;}
#tr-cp .cp_item > div > div ul li span em {
  font-size: 3vw;}
}

.page.menu #container:has(#case) #sv-case {
  display:block;
}
.page.menu #container:has(#case) #sv .case{
    display:block;
}

@media (max-width: 767px) {
.page.menu #container:has(#case) #pankz {
  padding: 3vw 5vw 0 30vw;}
}

/*

  tr：ポテンツァ

================================================================
*/

.tr-temp-versatile-01.wide {
    background: #FAFAF9;
}
.tr-temp-versatile-01.wide .inner {
    padding: initial;
}
.parts-3column-list.potenza {
    margin-top: 0;
}
.parts-3column-list.potenza ul li {
    position: relative;
    width: 370px;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
}
.parts-3column-list.potenza>ul>li+li {
    margin-left: 45px;
}
.parts-3column-list.potenza>ul>li:nth-child(-n+3) {
    margin-top: 0;}
.parts-3column-list.potenza ul li:before {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #C7BFB4;
    color: #fff;
    line-height: 1.0;
    letter-spacing: .05em;
}
.parts-3column-list.potenza ul li:nth-child(1):before {
    content: '01';
}
.parts-3column-list.potenza ul li:nth-child(2):before {
    content: '02';
}
.parts-3column-list.potenza ul li:nth-child(3):before {
    content: '03';
}
.parts-3column-list.potenza ul li h3 {
    text-align: center;
}
.tr-temp-versatile-02:has(.border) {
    padding: 5% 0 0 0;
}
.border {
    border-top: 1px solid #C7BFB4;
    border-bottom: 1px solid #C7BFB4;
    padding-bottom: 8%;
}
.border h2.parts-h2 {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0 3%;
    background: #fff;
    font-weight: 500;
}
.border .youtube iframe {
    position: relative;
    aspect-ratio: 9 16;
    border-radius: 3vw;
}
.border .youtube .video {
    height: 100%;
    overflow: visible;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
    .parts-3column-list.potenza>ul {
        flex-direction: column;
    }
    .parts-3column-list.potenza ul li {
        width: 100%;
    }
    .parts-3column-list.potenza>ul>li+li {
        margin-left: 0;
    }
    .parts-3column-list.potenza>ul>li:nth-child(-n+3) {
        margin-top: 5vw;
    }
    .border {
        padding-bottom: 15vw;
    }
    .border h2.parts-h2 {
        font-weight: 500;
        font-size: clamp(16px, calc(1rem + ((1vw - 12px) * 0.25)), 18px);
    }
    .tr-temp-versatile-02:has(.border) {
        padding: 15vw 7vw 0;
    }
}

/*

  tr：二重整形

================================================================
*/
.tr-double-eyelid-cta {
  padding: 3% 0;
  text-align: center;
  background-color: #D6D0C8;}
.tr-double-eyelid-cta.mb {
  margin-bottom: 3%;}
.tr-double-eyelid-cta .head {
  display: inline-block;
  position: relative;
  padding: .5em 2em;
  margin-bottom: 30px;
  line-height: 1.5;
  border-bottom: 1px solid #291000;}
.tr-double-eyelid-cta .head::before {
  content: "";
  position: absolute;
  bottom: -.3em;
  left: 50%;
  transform: translateX(0) rotate(-45deg) translateY(-50%);
  background: #241000;
  width: 1.5em;
  height: 1px;}
.tr-double-eyelid-cta .flex {
  display: flex;
  justify-content: space-between;}
.tr-double-eyelid-cta .flex a {
  width: 48%;
  text-align: initial;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  transition: .2s;
  background: url(../img/top/top_menu_memoto_bg.jpg) center center / cover no-repeat;
  padding: 10px 20px;}
.tr-double-eyelid-cta .flex a .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;}
.tr-double-eyelid-cta .flex a .cont .txtbox {
  margin-bottom: 20px;}
.tr-double-eyelid-cta .flex a .cont .txtbox span {
  margin-bottom: 5px;
  display: block;
  color: #C7BFB4;}
.tr-double-eyelid-cta .flex a .cont .txtbox p {
  font-size: 28px;
  color: #fff;}
.tr-double-eyelid-cta .flex a .cont > span {
  color: #fff;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 25px center;
  background-image: url(../img/common/icon_arrow_right_white.svg);
  font-size: 14px;
  transition: .2s;}
.tr-double-eyelid-cta .flex a:hover {
  opacity: .8;}
.tr-double-eyelid-cta .flex a:hover .cont > span {
  background-position: right 20px center;}
.tr-double-eyelid-cta .flex a figure {
  margin-top: -10px;
  width: 45%;}
.tr-double-eyelid-cta .flex a figure img {
  border-radius: 0 0 10px 10px;}
.tr-double-eyelid-01 {
  padding: 5% 0;
  background-color: #fff;}
.tr-double-eyelid-01 .box {
  background-color: #F5F4F3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4vw;}
.tr-double-eyelid-01 .box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px;}
.tr-double-eyelid-01 .box ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 18px;}
.tr-double-eyelid-01 .box ul li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  background: #C7BFB4;
  width: 8px;
  height: 8px;
  border-radius: 3px;}
.tr-double-eyelid-01 .box figure {
  width: 46%;}
.tr-double-eyelid-02 {
  padding: 5% 0;
  background-color: #F7F5F5;}
.tr-double-eyelid-02 .box {
  background-color: #fff;
  padding: 60px 100px;
  border-radius: 20px;}
.tr-double-eyelid-02 .box h3 {
  background-color: #F5F4F3;
  text-align: center;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #241000;}
.tr-double-eyelid-02 .box ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;}
.tr-double-eyelid-02 .box ul li {
  position: relative;
  padding: 15px 15px 15px 18px;
  width: 48%;
  border-bottom: 1px dashed #C7BFB4;}
.tr-double-eyelid-02 .box ul li::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  background: #C7BFB4;
  width: 8px;
  height: 8px;
  border-radius: 3px;}
.tr-double-eyelid-02 .box .flex {
  margin-top: 30px;
  display: flex;
  align-items: center;}
.tr-double-eyelid-02 .box .flex p {
  flex: 1;
  line-height: 1.9;
  margin-right: 60px;}
.tr-double-eyelid-02 .box .flex figure {
  width: 420px;
  height: auto;}
.tr-double-eyelid-02 .box .vmore {
  text-align: right;
  margin-top: 30px;}
.tr-double-eyelid-02 .box .vmore a {
  border: 1px solid #365A47;
  color: #fff;
  background-color: #365A47;
  background-image: url(../img/common/icon_arrow_right_white.svg);}
.tr-double-eyelid-02 .box + h2 {
  padding-top: 5%;}
.tr-double-eyelid-02 .temp-case-list {
  display: flex;
  justify-content: center;}
.tr-double-eyelid-02 .temp-case-list li {
  width: 70%;}
.tr-double-eyelid-02 .temp-case-list li a {
  display: flex;
  justify-content: space-between;}
.tr-double-eyelid-02 .temp-case-list li figure {
  width: 48%;}
.tr-double-eyelid-02 .temp-case-list li div {
  width: 48%;}
.tr-double-eyelid-02 .temp-case-list + .box {
  margin-top: 30px;}
.tr-double-eyelid-03 {
  padding: 5% 0;
  background-color: #fff;}
.tr-double-eyelid-03 ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;}
.tr-double-eyelid-03 ul li {
  width: 24%;}
.tr-double-eyelid-03 ul li h3 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;}
.tr-double-eyelid-03 ul li p {
  margin-top: 10px;
  line-height: 1.9;}
.tr-double-eyelid-04 {
  padding: 0 0 5%;
  background-color: #fff;}
.tr-double-eyelid-04 .inner{
  padding: 0 100px;}
.tr-double-eyelid-04 .head {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;}
.tr-double-eyelid-04 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;}
.tr-double-eyelid-04 .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 3vw;}
.tr-double-eyelid-05 {
  padding: 5% 0;
  background-color: #fff;}
.tr-double-eyelid-05 .box {
  background-color: #F5F4F3;
  padding: 80px 100px;}
.tr-double-eyelid-05 .box .flex {
  display: flex;
  align-items: center;}
.tr-double-eyelid-05 .box .flex figure {
  width: 420px;
  margin-right: 30px;}
.tr-double-eyelid-05 .box .flex ul {
  flex: 1;}
.tr-double-eyelid-05 .box .flex ul li {
  position: relative;
  padding: 15px 15px 15px 24px;
  border-bottom: 1px dashed #C7BFB4;}
.tr-double-eyelid-05 .box .flex ul li::before {
  content: "";
  background: url(../img/common/icon_check_green.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;}
.tr-double-eyelid-05 .box .flex figure img {
  border-radius: 110px;}

@media (max-width: 767px) {
.tr-double-eyelid-cta {
  padding: 10vw 7vw;}
.tr-double-eyelid-cta.mb {
  margin-bottom: 10vw;}
.tr-double-eyelid-cta .flex a {
  width: 49%;
  padding: 2vw;
  height: 34vw;
  border-radius: 3vw;}
.tr-double-eyelid-cta .flex a .cont {
  padding: 3vw;}
.tr-double-eyelid-cta .flex a .cont .txtbox {
  margin-bottom: initial;}
.tr-double-eyelid-cta .flex a .cont .txtbox span {
  margin-bottom: 2vw;
  font-size: 3vw;}
.tr-double-eyelid-cta .flex a .cont .txtbox p {
  line-height: 1.3;
  font-size: 5vw;}
.tr-double-eyelid-cta .flex a .cont > span {
  background-size: 2.5vw auto;
  background-position: right 3vw center;
  font-size: 3.2vw;}
.tr-double-eyelid-cta .flex a:hover .cont > span {
  background-position: right 3vw center;}
.tr-double-eyelid-cta .flex a figure {
  display: none;}
.tr-double-eyelid-01 {
  padding: 15vw 7vw;}
.tr-double-eyelid-01 .box {
  flex-direction: column;}
.tr-double-eyelid-01 .box ul {
  gap: 5vw;
  padding: 5vw;}
.tr-double-eyelid-01 .box ul li {
  padding-left: 4vw;}
.tr-double-eyelid-01 .box ul li::before {
  width: 2vw;
  height: 2vw;}
.tr-double-eyelid-01 .box figure {
  width: 100%;
  margin-bottom: -5vw;}
.tr-double-eyelid-01 .box figure img {
  border-radius: 4vw;}
.tr-double-eyelid-02 {
  padding: 15vw 3vw;}
.tr-double-eyelid-02 .box {
  padding: 5vw 7vw;
  border-radius: 3vw;}
.tr-double-eyelid-02 .box h3 {
  font-size: 4.5vw;
  padding: 4vw;}
.tr-double-eyelid-02 .box ul {
  margin-top: 3vw;
  gap: 3vw;}
.tr-double-eyelid-02 .box ul li {
  width: 100%;
  padding: 2vw 2vw 2vw 4vw;}
.tr-double-eyelid-02 .box ul li::before {
  top: .8em;
  width: 2vw;
  height: 2vw;}
.tr-double-eyelid-02 .box .flex {
  margin-top: 5vw;
  flex-direction: column;}
.tr-double-eyelid-02 .box .flex p {
  margin-right: initial;}
.tr-double-eyelid-02 .box .flex figure {
  width: 100%;
  margin: 5vw 0;}
.tr-double-eyelid-02 .box + h2 {
  padding-top: 15vw;}
.tr-double-eyelid-02 .box .vmore {
  margin-top: 5vw;}
.tr-double-eyelid-02 .box .vmore.sp-mt0 {
  margin-top: 0;}
.tr-double-eyelid-02 .temp-case-list li {
  display: block;
  width: 80vw;}
.tr-double-eyelid-02 .temp-case-list li a {
  flex-direction: column;}
.tr-double-eyelid-02 .temp-case-list li figure {
  width: initial;}
.tr-double-eyelid-02 .temp-case-list li div {
  width: initial;}
.tr-double-eyelid-02 .temp-case-list + .box {
  margin-top: 30px;}
.tr-double-eyelid-02 .temp-case-list + .box {
  margin-top: 5vw;}
.tr-double-eyelid-02 .temp-case-list li:last-child:after {
  content: initial;}
.tr-double-eyelid-03 {
  padding: 15vw 7vw;}
.tr-double-eyelid-03 ul {
  flex-direction: column;
  gap: 10vw;}
.tr-double-eyelid-03 ul li {
  width: initial;}
.tr-double-eyelid-03 ul li h3 {
  font-size: 4.5vw;
  margin-top: 5vw;}
.tr-double-eyelid-03 ul li p {
  margin-top: 4vw;}
.tr-double-eyelid-04 {
  padding: 0 7vw 15vw;}
.tr-double-eyelid-04 .inner{
  padding: initial;}
.tr-double-eyelid-04 .head {
  margin-bottom: 5vw;}
.tr-double-eyelid-05 {
  padding: 15vw 3vw;}
.tr-double-eyelid-05 .box {
  padding: 5vw 7vw;}
.tr-double-eyelid-05 .box .flex {
  flex-direction: column;
  align-items: initial;}
.tr-double-eyelid-05 .box .flex figure {
  width: 100%;
  margin-right: initial;}
.tr-double-eyelid-05 .box .flex ul {
  margin: 5vw 0;}
.tr-double-eyelid-05 .box .flex ul li {
  padding: 3vw 3vw 3vw 5vw;}
.tr-double-eyelid-05 .box .flex ul li::before {
  width: 3vw;
  height: 2.7vw;}
}
.tr-double-eyelid-05 .box .flex figure img {
  border-radius: 110px;}
.tr-double-eyelid-06 {
  overflow: hidden;
  padding-top: 3.5%;
  background-color: #F7F5F5;}
.tr-double-eyelid-06 ul {
  display: flex;
  justify-content: space-between;}
.tr-double-eyelid-06 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  width: 30%;
  height: 224px;
  line-height: 1.6;
  font-size: clamp(14px, calc(0.875rem +((1vw - 12px)* 0.125)), 15px);}
.tr-double-eyelid-06 ul li::before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;}
.tr-double-eyelid-06 ul li:nth-child(1)::before {
  background-image: url(../img/menu/tr-maibotsu14.jpg);}
.tr-double-eyelid-06 ul li:nth-child(2)::before {
  background-image: url(../img/menu/tr-maibotsu15.jpg);}
.tr-double-eyelid-06 ul li:nth-child(3)::before {
  background-image: url(../img/menu/tr-maibotsu16.jpg);}
.tr-double-eyelid-06 ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;}
.tr-double-eyelid-06 ul li span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 22px;
  font-size: 11px;
  border-radius: 0 0 10px 0;
  background-color: #C7BFB4;
  color: #fff;
  line-height: 1.0;
  letter-spacing: .05em;
  z-index: 1;}
.tr-double-eyelid-06 ul li span i {
  font-size: 15px;
  margin-left: 2px;}
.tr-double-eyelid-06 ul li .head {
  font-size: 20px;
  text-shadow: 2px 2px 10px rgba(180, 180, 180, 1);
  color: #fff;
  margin-bottom: 15px;
  padding-left: 30px;
  z-index: 1;}
.tr-double-eyelid-06 ul li .txt {
  margin-left: -30px;
  padding: 10px 50px 10px 30px;
  color: #241000;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 90%);
  z-index: 1;}
#detail_tab ul {
  display: flex;
  flex-wrap: wrap;}
#detail_tab li {
  cursor: pointer;
  padding: 15px;
  background: #F5F4F3;
  width: calc(100% / 6);
  text-align: center;
  border-right: 1px solid #C7BFB4;}
#detail_tab li:last-child {
  border-right: initial;}
#detail_tab li.is_active {
  background: #C7BFB4;
  color: white;}
.detail_wrap {
  display: none;
  padding-top: 20px;}
.detail_wrap.is_active {
  display: block;}
.grade-box {
  width: 100%;
  margin-bottom: 10px;
  display: flex;}
.grade-box > li {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);}
.grade-box span {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-left: 1px solid #fff;
  background-color: #C7BFB4;
  color: #fff;}
.grade-box > li:first-child span {
  border-left: 1px solid #C7BFB4;}
.grade-box > li:last-child span,
.grade-box > li:last-child div {
  border-right: 1px solid #C7BFB4;}
.grade-box div {
  padding: 10px;
  border-left:  1px solid #C7BFB4;
  border-bottom: 1px solid #C7BFB4;}
.grade-box i {
  text-align: center;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;}
.grade-box .stars {
  display: flex;
  justify-content: center;
  gap: 2px;}
.grade-box .stars li {
  color: #ccc;
  font-size: 18px;}
.grade-box .stars li.active {
  color: #FFD700;}
span.recommend {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 500;
  display: block;}
.detail_wrap + h3.head {
  margin-top: 5%;}
@media (max-width: 767px) {
.tr-double-eyelid-cta {
  padding: 10vw 7vw;}
.tr-double-eyelid-cta.mb {
  margin-bottom: 10vw;}
.tr-double-eyelid-cta .flex a {
  width: 49%;
  padding: 2vw;
  height: 34vw;
  border-radius: 3vw;}
.tr-double-eyelid-cta .flex a .cont {
  padding: 3vw;}
.tr-double-eyelid-cta .flex a .cont .txtbox {
  margin-bottom: initial;}
.tr-double-eyelid-cta .flex a .cont .txtbox span {
  margin-bottom: 2vw;
  font-size: 3vw;}
.tr-double-eyelid-cta .flex a .cont .txtbox p {
  line-height: 1.3;
  font-size: 5vw;}
.tr-double-eyelid-cta .flex a .cont > span {
  background-size: 2.5vw auto;
  background-position: right 3vw center;
  font-size: 3.2vw;}
.tr-double-eyelid-cta .flex a:hover .cont > span {
  background-position: right 3vw center;}
.tr-double-eyelid-cta .flex a figure {
  display: none;}
.tr-double-eyelid-01 {
  padding: 15vw 7vw;}
.tr-double-eyelid-01 .box {
  flex-direction: column;}
.tr-double-eyelid-01 .box ul {
  gap: 5vw;
  padding: 5vw;}
.tr-double-eyelid-01 .box ul li {
  padding-left: 4vw;}
.tr-double-eyelid-01 .box ul li::before {
  width: 2vw;
  height: 2vw;}
.tr-double-eyelid-01 .box figure {
  width: 100%;
  margin-bottom: -5vw;}
.tr-double-eyelid-01 .box figure img {
  border-radius: 4vw;}
.tr-double-eyelid-02 {
  padding: 0 3vw;}
.tr-double-eyelid-02 .box {
  padding: 5vw 7vw;
  border-radius: 3vw;}
.tr-double-eyelid-02 .box h3 {
  font-size: 4.5vw;
  padding: 4vw;}
.tr-double-eyelid-02 .box ul {
  margin-top: 3vw;
  gap: 3vw;}
.tr-double-eyelid-02 .box ul li {
  width: 100%;
  padding: 2vw 2vw 2vw 4vw;}
.tr-double-eyelid-02 .box ul li::before {
  top: .8em;
  width: 2vw;
  height: 2vw;}
.tr-double-eyelid-02 .box .flex {
  margin-top: 5vw;
  flex-direction: column;}
.tr-double-eyelid-02 .box .flex p {
  margin-right: initial;}
.tr-double-eyelid-02 .box .flex figure {
  width: 100%;
  margin: 5vw 0;}
.tr-double-eyelid-02 .box + h2 {
  padding-top: 15vw;}
.tr-double-eyelid-02 .box .vmore {
  margin-top: 5vw;}
.tr-double-eyelid-02 .box .vmore.sp-mt0 {
  margin-top: 0;}
.tr-double-eyelid-02 .temp-case-list li {
  display: block;
  width: 80vw;}
.tr-double-eyelid-02 .temp-case-list li a {
  flex-direction: column;}
.tr-double-eyelid-02 .temp-case-list li figure {
  width: initial;}
.tr-double-eyelid-02 .temp-case-list li div {
  width: initial;}
.tr-double-eyelid-02 .temp-case-list + .box {
  margin-top: 30px;}
.tr-double-eyelid-02 .temp-case-list + .box {
  margin-top: 5vw;}
.tr-double-eyelid-02 .temp-case-list li:last-child:after {
  content: initial;}
.tr-double-eyelid-03 {
  padding: 15vw 7vw;}
.tr-double-eyelid-03 ul {
  flex-direction: column;
  gap: 10vw;}
.tr-double-eyelid-03 ul li {
  width: initial;}
.tr-double-eyelid-03 ul li h3 {
  font-size: 4.5vw;
  margin-top: 5vw;}
.tr-double-eyelid-03 ul li p {
  margin-top: 4vw;}
.tr-double-eyelid-04 {
  padding: 0 7vw 15vw;}
.tr-double-eyelid-04 .inner{
  padding: initial;}
.tr-double-eyelid-04 .head {
  margin-bottom: 5vw;}
.tr-double-eyelid-05 {
  padding: 15vw 3vw;}
.tr-double-eyelid-05 .box {
  padding: 5vw 7vw;}
.tr-double-eyelid-05 .box .flex {
  flex-direction: column;
  align-items: initial;}
.tr-double-eyelid-05 .box .flex figure {
  width: 100%;
  margin-right: initial;}
.tr-double-eyelid-05 .box .flex ul {
  margin: 5vw 0;}
.tr-double-eyelid-05 .box .flex ul li {
  padding: 3vw 3vw 3vw 5vw;}
.tr-double-eyelid-05 .box .flex ul li::before {
  width: 3vw;
  height: 2.7vw;}
.tr-double-eyelid-06 {
  padding: 15vw 5vw 10vw;}
.tr-double-eyelid-06 ul {
  flex-direction: column;}
.tr-double-eyelid-06 ul li {
  width: 100%;
  height: 55vw;}
.tr-double-eyelid-06 ul li + li {
  margin-top: 5vw;}
.tr-double-eyelid-06 ul li span {
  font-size: 3vw;
  width: 20vw;
  height: 6vw;}
.tr-double-eyelid-06 ul li span i {
  font-size: 3.8vw;
  margin-left: 1vw;}
.tr-double-eyelid-06 ul li .head {
  font-size: 5.5vw;
  margin-bottom: 2vw;
  padding-left: 5vw;}
.tr-double-eyelid-06 ul li .txt {
  font-size: 3.5vw;
  margin-left: -5vw;
  padding: 2vw 18vw 2vw 5vw;}
#detail_tab ul {
  margin: 0 -4vw;}
#detail_tab li {
  padding: 4vw 2vw;
  width: calc(100% / 3);
  font-size: 3.2vw;}
#detail_tab li:nth-of-type(3n) {
  border-right: initial;}
#detail_tab li:nth-of-type(-n+3) {
  border-bottom: 1px solid #C7BFB4;}
.detail_wrap {
  display: none;
  padding-top: 5vw;}
.grade-box {
  margin-bottom: 3vw;
  margin-top: 1vw;
  flex-wrap: wrap;
  row-gap: 3vw;}
.grade-box > li {
  width: calc(100% / 2);}
.grade-box > li:nth-child(odd) span {
  border-left: 1px solid #C7BFB4;}
.grade-box > li:nth-child(even) span,
.grade-box > li:nth-child(even) div {
  border-right: 1px solid #C7BFB4;}
.grade-box span {
  font-size: 3.3vw;
  padding: 3vw;}
.grade-box div {
  padding: 2vw;}
.grade-box i {
  margin-bottom: 1vw;
  font-size: 3.5vw;}
.grade-box .stars {
  gap: 1vw;}
.grade-box .stars li {
  font-size: 4.8vw;}
span.recommend {
  margin: 5vw 0 2vw;
  font-size: 4vw;}
.detail_wrap + h3.head {
  margin-top: 10vw;}
}


/*

  tr：アートメイク

================================================================
*/
#sv.tr.case.artmake .flex {
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);}
#sv.tr.artmake .flex i {
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;}
#sv.tr.case.artmake .flex .sv-title {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 15px;}
#sv.tr.case.artmake .flex .catch {
  color: #fff;}

.tr-artmake-01 {
  padding: 8% 0;
  overflow: hidden;
  width: max(1300px, 100%);}
.tr-artmake-01 .inner::before {
  content: "";
  background: url(../img/menu/tr-artmake-01.jpg) no-repeat right center / cover;
  position: absolute;
  top: 50%;
  left: -40%;
  width: min(696px, 60%);
  height: 441px;
  transform: translateY(-50%);}
.tr-artmake-01 div {
  width: 55%;
  margin: 0 auto;
  padding-left: 65px;}
.tr-artmake-01 div h2 {
  text-align: left;
  white-space: nowrap;
  line-height: 1.7;}
.tr-artmake-01 div p {
  line-height: 2.0;
  font-size: clamp(14px, calc(0.875rem +((1vw - 12px)* 0.125)), 15px);}

.tr-artmake-02 {
  background-color: #F5F4F4;
  position: relative;
  padding: 5% 0;}
.tr-artmake-02 .inner::before {
  content: "";
  background: url(../img/menu/tr-artmake-02.jpg) no-repeat left center / cover;
  position: absolute;
  top: -50%;
  right: -29%;
  width: 400px;
  height: 390px;
  border-radius: 20px 0 0 20px;}
.tr-artmake-02 .flex {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;}
.tr-artmake-02 .flex div {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 60px;}
.tr-artmake-02 .flex div h2 {
  text-align: left;
  line-height: 1.7;}
.tr-artmake-02 .flex div h2 span {
  font-size: 24px;
  display: block;}
.tr-artmake-02 .flex div p {
  line-height: 2;}
.tr-artmake-02 .flex div p span {
  white-space: nowrap;}
.tr-artmake-02 .flex div p span.comment {
  font-size: 12px;}
.tr-artmake-02 .flex figure {
  position: relative;
  width: 336px;
  height: auto;
  z-index: 0;}
.tr-artmake-02 .flex figure::before {
  content: "";
  background: url(../img/menu/tr-artmake-04.webp) no-repeat center center / cover;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -55px;
  z-index: 1;}
.tr-artmake-02 .flex figure::after {
  content: "";
  background: url(../img/menu/tr-artmake-05.png) center center / cover no-repeat;
  width: 365px;
  height: 447px;
  position: absolute;
  bottom: -120px;
  right: -150px;
  z-index: -1;}
.tr-artmake-02 .flex figure img {
  border-radius: 140px;}
.tr-artmake-02 .inner > ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  z-index: 1;}
.tr-artmake-02 .inner > ul > li {
  width: 48%;
  border: 1px solid #C7BFB4;
  border-radius: 5px;}
.tr-artmake-02 .inner > ul > li h3 {
  position: relative;
  padding: 10px;
  background-color: #C7BFB4;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #fff;}
.tr-artmake-02 .inner > ul > li h3::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 7px solid #C7BFB4;
  border-bottom: 0;}
.tr-artmake-02 .inner > ul > li > ul {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 10px;}
.tr-artmake-02 .inner > ul > li > ul > li {
  position: relative;
  padding-left: 15px;
  line-height: 2;}
.tr-artmake-02 .inner > ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  background: #C7BFB4;
  width: 8px;
  height: 8px;
  border-radius: 3px;}

.tr-artmake-03 {
  position: relative;
  padding: 5% 0;}
.tr-artmake-03::after {
  content: "";
  background-color: #E2DCD8;
  width: 100%;
  height: 370px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;}
.tr-artmake-03 .flex {
  display: flex;
  justify-content: space-between;}
.tr-artmake-03 .flex figure {
  width: 45%;
  border-radius: 124px;
  margin-right: 60px;}
.tr-artmake-03 .flex div {
  flex: 1;}
.tr-artmake-03 .flex div h2 {
  text-align: left;}
.tr-artmake-03 .flex div ul li {
  position: relative;
  padding: 10px 10px 10px 24px;
  border-bottom: 1px dashed #C7BFB4;
  line-height: 1.5;}
.tr-artmake-03 .flex div ul li::before {
  content: "";
  background: url(../img/common/icon_check_green.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;}
.tr-artmake-03 .flex div ul li span {
  font-size: 18px;
  background: linear-gradient(transparent 70%, #F7D1D1 30%);
  font-weight: 500;}
.tr-artmake-03 .box {
  margin-top: 10%;
  border: 1px solid #C7BFB4;
  background-color: #fff;
  position: relative;}
.tr-artmake-03 .box::after {
  content: "";
  background: url(../img/common/icon_arrow_bottom_design2.svg) center center / contain no-repeat;
  width: 11px;
  height: 47px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;}
.tr-artmake-03 .box h2 {
  position: relative;
  padding: 0 60px;
  width: calc(6em + 150px);
  margin: -25px auto 20px;
  background-color: #fff;}
.tr-artmake-03 .box h2::before {
  content: "";
  background-color: #C7BFB4;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);}
.tr-artmake-03 .box h2::after {
  content: "";
  background-color: #C7BFB4;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);}
.tr-artmake-03 .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 80px 80px;}
.tr-artmake-03 .box ul li {
  width: 250px;
  line-height: 2;
  text-align: center;}
.tr-artmake-03 .box ul li figure {
  position: relative;
  margin-bottom: 15px;}
.tr-artmake-03 .box ul li figure span {
  position: absolute;
  top: -12px;
  left: -22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-color: #C7BFB4;
  padding-bottom: 2px;
  color: #fff;
  z-index: 2;}
.tr-artmake-03 .conclude {
  position: relative;
  background-color: #fff;
  width: 90%;
  margin: 30px auto 0;
  padding: 15px;}
.tr-artmake-03 .conclude::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #707070;}
.tr-artmake-03 .conclude::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #707070;}
.tr-artmake-03 .conclude .wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 1px;
  background-color: #707070;}
.tr-artmake-03 .conclude .wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #707070;}
.tr-artmake-03 .conclude p {
  font-size: 24px;
  color: #937762;
  text-align: center;}
.tr-artmake-04 {
  padding: 5% 0 0;
  background-color: #F6F5F4;}
.tr-artmake-04 .lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;}
.tr-artmake-04 .parts-flex-right-img figure {
  width: 417px;
  height: 281px;}
.tr-artmake-04 .parts-flex-right-img .left h3 {
  padding-bottom: 15px;}
.tr-artmake-04 .parts-flex-right-img .left > figure {
  display: none;}
.tr-artmake-04 .head {
  background-color: #C7BFB4;
  margin: 5% 0;
  padding: 20px;}
.tr-artmake-04 .head p {
  font-size: 22px;
  color: #fff;
  text-align: center;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#sv.tr.case.artmake .flex {
  top: initial;
  transform: initial;
  bottom: 5vw;
  align-items: baseline;}
#sv.tr.artmake .flex i {
  font-size: 3.2vw;
  margin-bottom: 3vw;}
#sv.tr.case.artmake .flex .sv-title {
  margin-bottom: 3.5vw;}
.tr-artmake-01 {
  padding: 10vw 5vw 60vw;
  overflow: hidden;
  width: 100%;}
.tr-artmake-01 .inner::before {
  top: initial;
  bottom: -44vw;
  left: 0;
  right: initial;
  width: 100vw;
  height: 40vw;
  border-radius: 5vw;
  transform: initial;}
.tr-artmake-01 div {
  width: 100%;
  padding-left: initial;}
.tr-artmake-01 div h2 {
  font-size: 5.8vw;}
.tr-artmake-02 {
  padding: 15vw 5vw;}
.tr-artmake-02 .inner::before {
  content: initial;}
.tr-artmake-02 .flex {
  flex-direction: column;
  width: 100%;}
.tr-artmake-02 .flex div {
  margin-right: initial;
  margin-bottom: 5vw;}
.tr-artmake-02 .flex div h2 span {
  font-size: 4.5vw;}
.tr-artmake-02 .flex div p span.comment {
  font-size: 3vw;}
.tr-artmake-02 .flex figure {
  width: 60vw;}
.tr-artmake-02 .flex figure::before {
  width: 40vw;
  height: 40vw;
  right: -15vw;}
.tr-artmake-02 .flex figure::after {
  width: 65vw;
  height: 78vw;
  bottom: -20vw;
  right: -30vw;}
.tr-artmake-02 .inner > ul  {
  flex-direction: column;
  margin-top: 5vw;
  gap: 5vw;}
.tr-artmake-02 .inner > ul > li {
  width: 100%;
  border-radius: 3vw;}
.tr-artmake-02 .inner > ul > li h3 {
  font-size: 3.4vw;
  padding: 2vw;
  border-radius: 2.2vw 2.2vw 0 0}
.tr-artmake-02 .inner > ul > li h3::before {
  bottom: -1.5vw;
  border-right: 2.5vw solid transparent;
  border-left: 2.5vw solid transparent;
  border-top: 2vw solid #C7BFB4;}
.tr-artmake-02 .inner > ul > li > ul {
  font-size: 3.4vw;
  gap: 2vw;
  padding: 5vw}
.tr-artmake-02 .inner > ul > li > ul > li {
  padding-left: 4vw;}
.tr-artmake-02 .inner > ul > li > ul > li::before {
  width: 2vw;
  height: 2vw;}
.tr-artmake-03 {
  padding: 15vw 5vw;}
.tr-artmake-03::after {
  height: 80vw;}
.tr-artmake-03 .flex {
  flex-direction: column;}
.tr-artmake-03 .flex figure {
  order: 2;
  width: 80vw;
  margin: 5vw auto 0;}
.tr-artmake-03 .flex div h2 {
  text-align: center;}
.tr-artmake-03 .flex div ul li {
  padding: 3vw 3vw 3vw 5vw;}
.tr-artmake-03 .flex div ul li::before {
  width: 3vw;
  height: 2.7vw;}
.tr-artmake-03 .flex div ul li span {
  font-size: 3.5vw;}
.tr-artmake-03 .box {
  margin-top: 20vw;}
.tr-artmake-03 .box h2 {
  width: 60vw;
  padding: 0 5vw;
  margin: -4.5vw auto 4vw;}
.tr-artmake-03 .box ul {
  gap: 5vw;
  padding: 5vw 10vw 10vw;}
.tr-artmake-03 .box ul li {
  width: 100%;}
.tr-artmake-03 .box ul li figure {
  margin-bottom: 3vw;}
.tr-artmake-03 .box ul li figure span {
  top: -5vw;
  left: -2vw;
  width: 10vw;
  padding-bottom: 2px;}
.tr-artmake-03 .box ul li figure img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  border-radius: 3vw;}
.tr-artmake-03 .conclude {
  padding: 3vw;
  margin: 5vw auto 0;}
.tr-artmake-03 .conclude p {
  font-size: 3.8vw;
  line-height: 1.5;}
.tr-artmake-04 {
  padding: 15vw 0 0;}
.tr-artmake-04 .parts-flex-right-img figure {
  width: 100%;
  height: auto;}
.tr-artmake-04 .parts-flex-right-img .left > figure {
  display: block;
  margin-bottom: 5vw;}
.tr-artmake-04 .parts-flex-right-img > figure {
  display: none;}
.tr-artmake-04 .head {
  margin: 10vw 0 5vw;
  padding: 3vw;}
.tr-artmake-04 .head p {
  font-size: 4vw;}
}

/*

  tr：ジュベルック

================================================================
*/
@media (max-width: 767px) {
.parts-3column-list.juvelook > ul {
  justify-content: center;}
.parts-3column-list.juvelook > ul > li {
  margin-top: 7vw;}
.parts-3column-list.juvelook > ul > li:nth-child(-n+3) {
  margin-top: 7vw;}
.parts-3column-list.juvelook > ul > li + li {
  margin-left: 0;
}}

/* ------------------------------------------------------- ヒアルロン酸症例 */
/* ========================================
   ヒアルロン酸症例セクション
======================================== */

.hyaluron-case-section {
  padding: 60px 0;
  background-color: #fff;
}

.hyaluron-case-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 区切り線 */
.case-divider {
  width: 100%;
  height: 1px;
  background-color: #C7BFB4;
  margin: 20px 0 30px;
}

/* タブボタン */
.case-tab-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.case-tab-button {
  display: flex;
  width: 200px;
  padding: 7px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #365A47;
  background: #FFF;
  text-decoration: none;
  color: #241000;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.case-tab-button:hover {
  background: #365A47;
  color: #FFF;
}

/* ケースカード */
.hyaluron-case-card {
  margin-bottom: 80px;
  scroll-margin-top: 100px;
  border: 1px solid #365A47;
  background: #E7EBE9;
}

.hyaluron-case-header {
  border-radius: 3px 3px 0 0;
  background: #365A47;
  max-width: 1143px;
  margin: 28px auto;
  padding: 6px 0;
  text-align: center;
}

.hyaluron-case-header h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.hyaluron-case-content {
  display: flex;
  gap: 40px;
  border-top: none;
  padding: 40px;
  align-items: flex-start;
}

/* 偶数カード(画像とテキストを反転) */
.hyaluron-case-card.reverse .hyaluron-case-content {
  flex-direction: row-reverse;
}

/* 画像エリア */
.hyaluron-case-image-wrapper {
  flex-shrink: 0;
  width: 300px;
}

.hyaluron-slider {
  position: relative;
  width: 300px;
  height: 300px;
}

.hyaluron-slider-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hyaluron-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hyaluron-slider-image.active {
  opacity: 1;
}

/* スライダーナビゲーション */
.hyaluron-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: opacity 0.3s ease;
}

.hyaluron-slider-nav:hover {
  opacity: 0.8;
}

.hyaluron-slider-nav-prev {
  left: -27px;
}

.hyaluron-slider-nav-next {
  right: -27px;
}

.hyaluron-slider-nav svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* ページネーションドット */
.hyaluron-slider-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hyaluron-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hyaluron-dot.active {
  background-color: #7C7460;
}

/* テキストエリア */
.hyaluron-case-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 35px;
  background: #FFF;
}

.hyaluron-treatment-area {
  display: flex;
  width: 100%;
  padding: 4px 0;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #365A47;
  align-items: center;
  font-size: 18.6px;
  color: #241000;
  background: #FFF;
}

.hyaluron-description-block {
  background: #F5F4F3;
  padding: 20px 25px;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.hyaluron-description-title {
  font-size: 12.5px;
  color: #C7BFB4;
  font-weight: normal;
  flex-shrink: 0;
  min-width: 80px;
  margin: 0;
}

.hyaluron-description-text {
  font-size: 13.3px;
  color: #241000;
  line-height: 1.8;
  flex: 1;
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .hyaluron-case-section {
    padding: 40px 0;
  }

  .hyaluron-case-section .inner {
    padding: 0 15px;
  }

  .hyaluron-case-header {
    margin: 10px;
  }

  .case-tab-buttons {
    gap: 10px;
    margin-bottom: 40px;
  }

  .case-tab-button {
    width: calc(50% - 5px);
    font-size: 13px;
    padding: 6px 15px;
  }

  .hyaluron-case-card {
    margin-bottom: 40px;
  }

  .hyaluron-case-content {
    flex-direction: column !important;
    padding: 10px;
    gap: 20px;
  }

  .hyaluron-case-card.reverse .hyaluron-case-content {
    flex-direction: column-reverse !important;
  }

  .hyaluron-case-image-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .hyaluron-slider {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .hyaluron-slider-nav-prev {
    left: -15px;
  }

  .hyaluron-slider-nav-next {
    right: -15px;
  }

  .hyaluron-slider-nav svg {
    width: 40px;
    height: 40px;
  }

  .hyaluron-case-text {
    width: 100%;
    padding: 20px 10px;
  }

  .hyaluron-treatment-area {
    font-size: 16px;
  }

  .hyaluron-description-block {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }

  .hyaluron-description-title {
    min-width: auto;
  }
}