@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
@keyframes animation-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation-draw--rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes animation-show--fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-show--line {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 25%;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 16.9333333333vw;
}

.is-gsap .js-gsap-fade {
  transition: all 1.5s;
  opacity: 0;
}
.is-gsap .js-gsap-fade--top {
  transform: translateY(30px);
}
.is-gsap .js-gsap-fade--right {
  transform: translateX(30px);
}
.is-gsap .js-gsap-fade--bottom {
  transform: translateY(-30px);
}
.is-gsap .js-gsap-fade--left {
  transform: translateX(-30px);
}
.is-gsap .js-gsap-fade.is-show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media (max-width: 750px) {
  .is-gsap .js-gsap-fade--top--sp {
    transform: translateY(30px);
  }
  .is-gsap .js-gsap-fade--right--sp {
    transform: translateX(30px);
  }
  .is-gsap .js-gsap-fade--bottom--sp {
    transform: translateY(-30px);
  }
  .is-gsap .js-gsap-fade--left--sp {
    transform: translateX(-30px);
  }
}
@media (min-width: 751px) {
  .is-gsap .js-gsap-fade--top--pc {
    transform: translateY(30px);
  }
  .is-gsap .js-gsap-fade--right--pc {
    transform: translateX(30px);
  }
  .is-gsap .js-gsap-fade--bottom--pc {
    transform: translateY(-30px);
  }
  .is-gsap .js-gsap-fade--left--pc {
    transform: translateX(-30px);
  }
}
.c-leave-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21,27,24,.65);
}
.c-leave-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85.3333333333vw;
  transform: translateY(-50%) translateX(-50%);
}
.c-leave-popup__close__button {
  position: absolute;
  top: -7.2vw;
  right: -7.2vw;
  width: 6.6666666667vw;
}

body > .p-container {
  padding-bottom: 16vw;
}

.p-main .p-hero {
  position: relative;
  background: #8f9ca4;
  padding-bottom: 5.3333333333vw;
}
.p-main .p-hero__logo {
  position: absolute;
  top: 4.5333333333vw;
  left: 4.5333333333vw;
  z-index: 1;
  width: 25.7333333333vw;
}
.p-main .p-hero__title {
  margin-top: -2vw;
  margin-bottom: 1.0666666667vw;
  margin-left: 5.3333333333vw;
  width: 83.2vw;
}
.p-main .p-hero__feature {
  display: flex;
  column-gap: 1.6vw;
  margin-left: 5.0666666667vw;
  margin-bottom: 3.2vw;
}
.p-main .p-hero__feature__item {
  width: 26.5333333333vw;
}
.p-main .p-hero__cv__button {
  position: relative;
  z-index: 1;
  margin-left: 5.3333333333vw;
  width: 62.5333333333vw;
}
.p-main .p-hero__bg__item {
  position: absolute;
}
.p-main .p-hero__bg .line {
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 31.7333333333vw;
  background: #d7fc35;
}
.p-main .p-hero__bg .text {
  top: 5.3333333333vw;
  right: 1.8666666667vw;
  width: 3.0666666667vw;
}
.p-main .p-hero__bg .pic1 {
  right: 0;
  bottom: 41.7333333333vw;
  width: 8.8vw;
}
.p-main .p-hero__bg .pic2 {
  bottom: 2.1333333333vw;
  left: 28.9333333333vw;
  width: 53.7333333333vw;
}
.p-main .p-nav {
  background: #bcc4ca;
}
.p-main .p-nav__list {
  display: flex;
  flex-wrap: wrap;
  height: 26.6666666667vw;
  gap: 0.2666666667vw;
}
.p-main .p-nav__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: calc((100% - 0.5333333333vw) / 3);
  background: #34414b;
}
.p-main .p-nav__list__item img {
  width: auto;
  height: 8.4vw;
}
.p-main .p-recommend {
  position: relative;
  background: #ebebeb;
  padding-top: 17.3333333333vw;
}
.p-main .p-recommend__title {
  position: relative;
  padding-top: 4.6666666667vw;
}
.p-main .p-recommend__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 24.5333333333vw;
  left: 0;
  width: 82.6666666667vw;
  height: 18.9333333333vw;
  background: #afbcc3;
}
.p-main .p-recommend__title__text {
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-main .p-recommend__title__text img {
  width: 89.3333333333vw;
}
.p-main .p-recommend__title__bg {
  position: absolute;
  top: 0;
  right: 0.5333333333vw;
  width: 74.8vw;
}
.p-main .p-recommend__pic {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13.2vw;
  width: 89.3333333333vw;
}
.p-main .p-recommend__contents {
  padding-top: 7.3333333333vw;
  padding-bottom: 10.6666666667vw;
  background: url(../../../m/img/troubles_muscle-lipo_recommend_contents_bg.png) 0 0/100% auto no-repeat #a2aeb4;
}
.p-main .p-recommend__text {
  margin-top: 1.0666666667vw;
  margin-bottom: 7.2vw;
  margin-right: auto;
  margin-left: auto;
  width: 92.8vw;
}
.p-main .p-recommend__bg {
  position: absolute;
  right: 0;
  bottom: 8vw;
  width: 45.8666666667vw;
}
.p-main .p-recommend .swiper {
  perspective-origin: 50% 0%;
}
.p-main .p-benefit {
  position: relative;
}
.p-main .p-benefit__list {
  display: flex;
}
.p-main .p-benefit__item {
  position: relative;
  width: 47.8666666667vw;
  height: 58.6666666667vw;
}
.p-main .p-benefit__item::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 47.8666666667vw;
  height: 13.3333333333vw;
  background: #a2aeb4;
}
.p-main .p-benefit__item img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 58.6666666667vw;
}
.p-main .p-benefit__item.swiper-slide-active::before {
  content: initial;
}
.p-main .p-case {
  padding: 5.3333333333vw 0 26.6666666667vw;
  background: url(../../../m/img/troubles_muscle-lipo_needs_bg.png) 0 0/22.8vw 22.8vw repeat;
}
.p-main .p-case__title {
  width: 84vw;
  margin-right: auto;
  margin-left: auto;
}
.p-main .p-case__list {
  margin-top: -9.6vw;
  border-bottom: 0.2666666667vw solid #7c919d;
  margin-bottom: 4vw;
  margin-right: 6vw;
  margin-left: 6vw;
}
.p-main .p-case__list__item {
  margin-bottom: 8.5333333333vw;
}
.p-main .p-case__info {
  margin-right: 6vw;
  margin-left: 6vw;
  color: #686868;
}
.p-main .p-case__info__title {
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #7c919d;
}
.p-main .p-case__info table {
  border-collapse: separate;
  border-spacing: 2.4vw;
  margin: -2.4vw;
}
.p-main .p-case__info table th {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: top;
  width: 16.5333333333vw;
}
.p-main .p-case__info table td {
  font-size: 1rem;
  line-height: 1.5;
}
.p-main .p-cv {
  position: relative;
}
.p-main .p-cv__title {
  position: absolute;
  top: 17.2vw;
  left: 5.3333333333vw;
  width: 55.3333333333vw;
}
.p-main .p-cv__button {
  position: absolute;
  top: 41.4666666667vw;
  left: 5.3333333333vw;
  width: 62.5333333333vw;
}
.p-main .p-cv__counseling {
  position: relative;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  background: #8f9ca4;
}
.p-main .p-cv .p-counseling {
  position: relative;
}
.p-main .p-cv .p-counseling__title {
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
  margin-left: auto;
  width: 88.6666666667vw;
}
.p-main .p-cv .p-counseling__list {
  margin-right: 5.3333333333vw;
  margin-left: auto;
  width: 64.8vw;
}
.p-main .p-cv .p-counseling__list__item + .p-counseling__list__item {
  margin-top: 1.3333333333vw;
}
.p-main .p-cv .p-counseling__bg__pic {
  position: absolute;
}
.p-main .p-cv .p-counseling__bg .bg1 {
  top: 10vw;
  left: 0;
  width: 34.6666666667vw;
}
.p-main .p-cv .p-counseling__bg .bg2 {
  top: 21.3333333333vw;
  left: 0.4vw;
  width: 3.0666666667vw;
}
.p-main .p-difference {
  padding-top: 18.6666666667vw;
  padding-bottom: 18.6666666667vw;
  background: #ebebeb;
}
.p-main .p-difference__title {
  margin-right: auto;
  margin-bottom: 10.6666666667vw;
  margin-left: 1.0666666667vw;
  width: 93.4666666667vw;
}
.p-main .p-difference__text {
  width: 87.3333333333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10.6666666667vw;
}
.p-main .p-difference__pic {
  margin-right: 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
  margin-left: 5.3333333333vw;
}
.p-main .p-difference__map {
  position: relative;
  margin-right: 5.3333333333vw;
  margin-bottom: 16vw;
  margin-left: 5.3333333333vw;
}
.p-main .p-difference__map .pic2 {
  position: absolute;
  top: 11.2vw;
  right: 5.0666666667vw;
  width: 37.3333333333vw;
}
.p-main .p-difference__contents {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-main .p-difference__contents__title, .p-main .p-difference__contents__text {
  margin-bottom: 5.3333333333vw;
}
.p-main .p-difference__contents + .p-difference__contents {
  margin-top: 16vw;
}
.p-main .p-difference__contents.no1 .p-difference__contents__pic {
  position: relative;
}
.p-main .p-difference__contents.no1 .p-difference__contents__pic .pic2,
.p-main .p-difference__contents.no1 .p-difference__contents__pic .pic3 {
  position: absolute;
  top: 0;
}
.p-main .p-difference__contents.no1 .p-difference__contents__pic .pic2 img,
.p-main .p-difference__contents.no1 .p-difference__contents__pic .pic3 img {
  height: 48.9333333333vw;
  width: auto;
}
.p-main .p-difference__contents.no1 .p-difference__contents__pic .pic2 {
  right: 37.2vw;
}
.p-main .p-difference__contents.no1 .p-difference__contents__pic .pic3 {
  right: 0;
}
.p-main .p-difference__contents.no2 .p-pic__item + .p-pic__item {
  margin-top: 8vw;
}
.p-main .p-difference .swiper .swiper-wrapper {
  display: block;
}
.p-main .p-difference .swiper-horizontal > .swiper-pagination-bullets,
.p-main .p-difference .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-main .p-difference .swiper-pagination-custom, .p-main .p-difference .swiper-pagination-fraction {
  bottom: 0;
}
.p-main .p-difference .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-main .p-difference .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.9333333333vw;
}
.p-main .p-difference .swiper-pagination-bullet {
  background: 0;
  border: 0.2666666667vw solid #7c919d;
  box-sizing: border-box;
  opacity: 1;
  width: 1.7333333333vw;
  height: 1.7333333333vw;
}
.p-main .p-difference .swiper-pagination-bullet-active {
  background: #7c919d;
}
.p-main .p-feature {
  position: relative;
  padding-top: 13.3333333333vw;
  padding-bottom: 10.6666666667vw;
  background: url(../../../m/img/troubles_muscle-lipo_feature_bg.jpg) 0 0/cover no-repeat;
}
.p-main .p-feature__title {
  margin-right: auto;
  margin-bottom: 10.6666666667vw;
  margin-left: auto;
  width: 89.3333333333vw;
}
.p-main .p-feature__list {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-main .p-feature__list__item {
  margin-bottom: 10.6666666667vw;
}
.p-main .p-feature__option {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
.p-main .p-feature__text {
  margin-right: auto;
  margin-left: auto;
  width: 65.2vw;
}
.p-main .p-needs {
  padding-top: 17.3333333333vw;
}
.p-main .p-needs__lead__title {
  width: 56.4vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.0666666667vw;
}
.p-main .p-needs__lead__pic {
  display: flex;
  justify-content: space-between;
  margin-right: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  margin-left: 5.3333333333vw;
  background: url(../../../m/img/troubles_muscle-lipo_needs_lead_pic_bg.png) center/13.7333333333vw 13.6vw no-repeat;
}
.p-main .p-needs__lead__pic .p-pic__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.3333333333vw;
  height: 37.3333333333vw;
  border: 0.2666666667vw solid #7b919e;
  border-radius: 100%;
}
.p-main .p-needs__lead__pic .p-pic__item img {
  width: 16.2666666667vw;
}
.p-main .p-needs__lead__text {
  margin-bottom: 3.4666666667vw;
}
.p-main .p-needs__lead__text .text1 {
  margin-right: auto;
  margin-bottom: 2vw;
  margin-left: auto;
  width: 65.7333333333vw;
}
.p-main .p-needs__lead__text .text2 {
  margin-right: 8.4vw;
  margin-left: 8.4vw;
  position: relative;
}
.p-main .p-needs__lead__text .text2 img {
  position: absolute;
  z-index: 1;
  top: 0.6666666667vw;
  left: 3.3333333333vw;
  width: 79.2vw;
}
.p-main .p-needs__lead__text .text2::after {
  content: "";
  display: block;
  width: 85.8666666667vw;
  height: 7.8666666667vw;
  background: #7c919d;
  transform: skewX(-20deg);
}
.p-main .p-needs__list {
  margin-top: -8.5333333333vw;
  padding-top: 17.0666666667vw;
  padding-bottom: 14.6666666667vw;
  background: url(../../../m/img/troubles_muscle-lipo_needs_bg2.png) left 0 bottom 0/100vw 14.6666666667vw no-repeat, url(../../../m/img/troubles_muscle-lipo_needs_bg.png) 0 0/22.8vw 22.8vw repeat;
}
.p-main .p-needs__list__item + .p-needs__list__item {
  margin-top: 10.6666666667vw;
}
.p-main .p-needs__item > * {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-main .p-needs__item__title {
  display: flex;
  column-gap: 1.0666666667vw;
  align-items: center;
  margin-bottom: 2.6666666667vw;
}
.p-main .p-needs .no1 .p-title__pic {
  width: 23.0666666667vw;
}
.p-main .p-needs .no1 .p-title__text {
  width: 58.4vw;
}
.p-main .p-needs .no2 .p-title__pic {
  width: 23.6vw;
}
.p-main .p-needs .no2 .p-title__text {
  width: 56.2666666667vw;
}
.p-main .p-needs .no3 .p-title__pic {
  width: 23.6vw;
}
.p-main .p-needs .no3 .p-title__text {
  width: 61.3333333333vw;
}
.p-main .p-needs .no3 .p-needs__item__pic {
  margin-left: 0;
}
.p-main .p-usp {
  background: #ebebeb;
  padding-top: 10.6666666667vw;
  padding-bottom: 16vw;
}
.p-main .p-usp__title {
  margin-right: 2.6666666667vw;
  margin-left: auto;
  margin-bottom: 8.5333333333vw;
  width: 75.6vw;
}
.p-main .p-usp__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.2666666667vw;
  row-gap: 3.0666666667vw;
}
.p-main .p-usp__list .no1 {
  width: 100%;
  text-align: center;
}
.p-main .p-usp__list__item img {
  width: 45.6vw;
}
.p-main .p-price {
  padding: 16.6666666667vw 0 21.3333333333vw;
  background: #ebebeb;
  position: relative;
}
.p-main .p-price__title {
  width: 78.2666666667vw;
  margin-right: 5.3333333333vw;
  margin-left: 16.4vw;
  margin-bottom: 13.3333333333vw;
}
.p-main .p-price__table {
  width: 89.3333333333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.2vw;
}
.p-main .p-price__counseling {
  margin-right: 5.3333333333vw;
  margin-bottom: 16vw;
  margin-left: 5.3333333333vw;
}
.p-main .p-price__counseling__text {
  width: 89.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
.p-main .p-price__counseling__button {
  position: static;
  width: 62.5333333333vw;
  margin-left: auto;
}
.p-main .p-price__service {
  margin-bottom: 13.3333333333vw;
}
.p-main .p-price__service__title {
  width: 69.0666666667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10.6666666667vw;
}
.p-main .p-price__feature__list {
  overflow: hidden;
}
.p-main .p-price__feature__list__item {
  margin-right: auto;
  margin-left: auto;
  width: 94.4vw;
}
.p-main .p-price__feature__list__item + .p-price__feature__list__item {
  margin-top: 3.2vw;
}
.p-main .p-price__bg {
  position: absolute;
  top: 10.6666666667vw;
  left: 0;
  width: 13.8666666667vw;
}
.p-main .p-service__item {
  margin-right: 6.6666666667vw;
  margin-left: 6.6666666667vw;
}
.p-main .p-service__item + .p-service__item {
  padding-top: 4.2666666667vw;
}
.p-main .p-service__item.is-opened .icon::before {
  content: initial;
}
.p-main .p-service__item__title {
  position: relative;
  border: 0.2666666667vw solid #b6a598;
}
.p-main .p-service__item__title .icon {
  position: absolute;
  top: 50%;
  right: 1.8666666667vw;
  align-items: center;
  justify-content: center;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  border-radius: 50%;
  background-color: #b6a599;
  transform: translateY(-50%);
}
.p-main .p-service__item__title .icon::before, .p-main .p-service__item__title .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1.7333333333vw;
  height: 0.4vw;
  border-radius: 0.1333333333vw;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.p-main .p-service__item__title .icon::before {
  height: 1.7333333333vw;
  width: 0.4vw;
}
.p-main .p-service__item__contents img {
  width: calc(100% - 4.5333333333vw);
  margin: 4vw 2.2666666667vw 8.2666666667vw;
}
.p-main .p-payment {
  padding-top: 6vw;
  padding-bottom: 21.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-left: 16.4vw;
  background: #ebebeb;
  position: relative;
}
.p-main .p-payment__title, .p-main .p-payment__text {
  margin-right: auto;
  margin-left: auto;
}
.p-main .p-payment__title {
  margin-bottom: 12.4666666667vw;
}
.p-main .p-payment__text {
  line-height: 1.4642857143;
  font-size: 1.4rem;
  margin-bottom: 6.8666666667vw;
  color: #686868;
}
.p-main .p-payment__list {
  border-top: 0.2666666667vw solid #a8b9c1;
}
.p-main .p-payment__list__item {
  display: list-item;
  border-bottom: 0.2666666667vw solid #a8b9c1;
  padding-top: 3.7333333333vw;
  padding-bottom: 4.5333333333vw;
  color: #6c6561;
}
.p-main .p-payment__list__item .item-inner {
  display: table;
  width: 100%;
}
.p-main .p-payment__list__item .item-title,
.p-main .p-payment__list__item .item-text {
  display: table-cell;
}
.p-main .p-payment__list__item .item-title {
  vertical-align: top;
  width: 25.0666666667vw;
}
.p-main .p-payment__list__item .item-title img {
  width: 22.4vw;
}
.p-main .p-payment__list__item .item-text {
  line-height: 1.4;
  font-size: 1.25rem;
  vertical-align: middle;
}
.p-main .p-payment__list__item .item-text .small-text {
  display: block;
  font-size: 1.05rem;
  text-indent: -1em;
  margin-left: 1em;
}
.p-main .p-payment__list__item .item-text dl {
  margin-top: 2.6666666667vw;
  line-height: 1.3571428571;
  font-size: 1.2rem;
}
.p-main .p-payment__list__item .item-text dt {
  font-size: 1.25rem;
}
.p-main .p-payment__list__item .item-text ul {
  margin-left: 1.5em;
}
.p-main .p-payment__list__item .item-text li {
  padding: 0;
  line-height: 1.64;
  font-size: 1.25rem;
  list-style-type: decimal;
}
.p-main .p-payment__list__item .item-text li .small-text {
  display: inline-block;
  margin: 0;
  font-size: 1.05rem;
}
.p-main .p-payment__list__item .item-text li p {
  line-height: 1.4761904762;
  font-size: 1.05rem;
  text-indent: -1em;
  margin-left: 1em;
}
.p-main .p-payment__list__item .item-text li p::before {
  content: "◇";
}
.p-main .p-payment__list__item .small-text {
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-main .p-payment__list__item:nth-child(1) > picture img {
  width: 22.4vw;
}
.p-main .p-payment__list__item:nth-child(3) > picture img {
  margin-top: 2.6666666667vw;
}
.p-main .p-payment__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.7333333333vw;
}
.p-main .p-faq {
  padding: 18.6666666667vw 0 26.6666666667vw;
  background: url(../../../m/img/troubles_muscle-lipo_faq_bg2.png) bottom 0 left 0/100vw 7.0666666667vw no-repeat, url(../../../m/img/troubles_muscle-lipo_faq_bg.png) 0 0/22.8vw 22.6666666667vw repeat;
}
.p-main .p-faq__title {
  width: 93.4666666667vw;
  margin-right: 5.3333333333vw;
  margin-left: 1.2vw;
  margin-bottom: 9.3333333333vw;
}
.p-main .p-faq__list__item + .p-faq__list__item {
  margin-top: 10.6666666667vw;
}
.p-main .p-faq__list__item.no1 .p-faq__question__text {
  width: 64.2666666667vw;
}
.p-main .p-faq__list__item.no1 .p-faq__answer__pic {
  top: -6.4vw;
}
.p-main .p-faq__list__item.no2 .p-faq__question__text {
  width: 58.6666666667vw;
}
.p-main .p-faq__list__item.no3 .p-faq__question__text {
  width: 92.8vw;
}
.p-main .p-faq__list__item.no4 .p-faq__question__text {
  width: 92.8vw;
}
.p-main .p-faq__question {
  position: relative;
  margin-bottom: 4.2666666667vw;
}
.p-main .p-faq__question__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.3333333333vw;
}
.p-main .p-faq__answer {
  position: relative;
}
.p-main .p-faq__answer__text {
  width: 77.3333333333vw;
  margin-left: auto;
}
.p-main .p-faq__answer__pic {
  position: absolute;
  top: -1.7333333333vw;
  right: 6.1333333333vw;
  width: 14.1333333333vw;
}
.p-main .p-clinic {
  padding: 21.3333333333vw 0;
}
.p-main .p-clinic__title {
  width: 87.3333333333vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8.8vw;
}
.p-main .p-clinic__pic {
  width: 83.8666666667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.9333333333vw;
}
.p-main .p-clinic__pic__text {
  margin-top: 3.2vw;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #7f7875;
}
.p-main .p-clinic__tel {
  position: absolute;
  top: 30.1333333333vw;
  left: 25.6vw;
  width: 45.6vw;
}
.p-main .p-clinic__tel .ja {
  margin-bottom: 3.2vw;
}
.p-main .p-clinic__tel .en {
  color: #7f7875;
  font-size: 1rem;
}
.p-main .p-clinic__tel .en a {
  color: #7f7875;
  font-size: 1rem;
  text-decoration: none;
}
.p-main .p-clinic__map {
  position: absolute;
  top: 50vw;
  left: 0;
  right: 0;
  width: 100%;
}
.p-main .p-clinic__map__inner {
  position: relative;
  width: 66.6666666667vw;
  height: 65.7333333333vw;
  margin: 0 auto;
  overflow: hidden;
}
.p-main .p-clinic__map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 400px;
  min-height: 400px;
  height: 65.8666666667vw;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-main .p-clinic__map__button {
  width: 100%;
  position: absolute;
  bottom: 8.2666666667vw;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-main .p-clinic__map__button a {
  display: block;
  width: 64vw;
  margin: 0 auto;
}
.p-main .p-clinic .swiper {
  width: 100%;
}
.p-main .p-clinic .swiper-slide {
  position: relative;
  width: 79.4666666667vw;
}
.p-main .p-clinic .swiper-slide.osaka .p-clinic__map__inner,
.p-main .p-clinic .clinic .swiper-slide.osaka iframe {
  height: 71.2vw;
}
.p-main .p-privacypolicy {
  padding-bottom: 10.6666666667vw;
}
.p-main .p-privacypolicy__title {
  position: relative;
  width: 87.3333333333vw;
  padding-bottom: 4vw;
  margin-right: auto;
  margin-left: auto;
}
.p-main .p-privacypolicy__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.8666666667vw;
  background: url(../../../m/img/troubles_muscle-lipo_privacypolicy_arrow.png) center no-repeat;
  background-size: auto 100%;
}
.p-main .p-privacypolicy__title.is-open::before {
  transform: rotate(180deg);
}
.p-main .p-privacypolicy__contents {
  margin: 6.6666666667vw 8vw 0;
  text-align: justify;
}
.p-main .p-privacypolicy__contents__box {
  margin: 3em 0;
  color: #7f7875;
}
.p-main .p-privacypolicy__contents__box.first {
  margin-top: 0;
}
.p-main .p-privacypolicy__contents__box.last {
  margin-bottom: 0;
}
.p-main .p-privacypolicy__contents__box .title {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-main .p-privacypolicy__contents__box p {
  line-height: 1.5;
  font-size: 1rem;
}
.p-main .p-privacypolicy__contents__box ul {
  margin: 1em 0;
}
.p-main .p-privacypolicy__contents__box li {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
  font-size: 1rem;
}
.p-main .p-privacypolicy__contents__box .reception {
  margin-top: 1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1rem;
}
.p-main .p-privacypolicy__contents__box .reception-title {
  text-indent: -1em;
}
.p-main .p-privacypolicy__contents__box .reception-tel > * {
  display: inline-block;
  padding-top: 0.4em;
}
.p-main .p-privacypolicy__contents__box .reception-tel-contents {
  text-indent: -0.5em;
}
.p-main .p-privacypolicy__contents__box .reception-tel-contents a {
  color: #5d5d5d;
}
.p-main .p-privacypolicy.is-opened .p-privacypolicy__title::before {
  transform: rotate(180deg);
}
.p-main .p-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.3333333333vw;
  background: #34414c;
  color: #fff;
  font-size: 1rem;
}
.p-main .js-details .js-summary {
  display: block;
  list-style: none;
}
.p-main .js-details .js-summary::-webkit-details-marker {
  display: none;
}
.p-main .js-details .js-content {
  overflow: hidden;
}

.p-fix-cv {
  transition: all 0.2s linear;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #253038;
}
.p-fix-cv-list {
  width: 100%;
  display: flex;
}
.p-fix-cv-item {
  background: #242e36;
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.6);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.6);
}
.p-fix-cv-item.tel {
  background: url(../../../m/img/troubles_muscle-lipo_fix_cv_tel_a.png) 0 0/100% auto no-repeat;
}
.p-fix-cv-item a {
  display: block;
}
.p-fix-cv-item.is-active img {
  opacity: 0;
}
.p-fix-tel {
  box-sizing: border-box;
  width: 100%;
  display: none;
  padding: 2.4vw 2.6666666667vw;
  padding: 2.4vw 2.6666666667vw calc(2.4vw + constant(safe-area-inset-bottom) * 0.6);
  padding: 2.4vw 2.6666666667vw calc(2.4vw + env(safe-area-inset-bottom) * 0.6);
  background: #253038;
  transition: all 0.4s linear;
}
.p-fix-tel-list {
  display: flex;
  gap: 0.5333333333vw;
  border: 0.5333333333vw solid #34414b;
  background: #34414b;
}
.p-fix-tel-item {
  flex: 1;
}
.p-fix-tel-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4d5a63;
  text-align: center;
  height: 14.6666666667vw;
  font-size: 1.4rem;
  color: #f5f3f1;
  letter-spacing: 0.2rem;
}
.p-fix-tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.p-fix-tel.is-active img {
  opacity: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=muscle-lipo.css.map */
