@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;
  }
}
body {
  background: none;
}
body > .l-container {
  display: block;
  margin: 0;
  width: auto;
}
body > .l-container > .p-header {
  background: linear-gradient(#3a332c, #a69d94);
}
body > .l-container > .p-header .p-header__logo {
  position: relative;
}
body > .l-container > .p-header .p-header__inner {
  position: relative;
}
body > .l-container > .p-header .p-header__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: linear-gradient(#90857c, #2b2722);
}
body > .l-container > .p-header .p-header__nav {
  width: 100%;
}
body > .l-container > .p-header::before {
  background: url(../../../img/h1_bg.gif) left top repeat-x #524840;
}
body > .l-container > .p-footer .p-footer__copyright {
  background: url(../../../img/copyright_bg.gif) center top no-repeat, linear-gradient(#a3978e, #84776e 25%, #665a50 50%, #4d433b 75%, #3a342e);
}
body .c-nav__list {
  margin: 0 auto;
  width: 988px;
}
body .c-fixed-contents,
body .c-fixed-contents.is-show {
  display: none;
}
body a:hover > * {
  opacity: 0.75;
}

.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);
  }
}
.p-hero {
  position: relative;
}
.p-hero__pic {
  z-index: 1;
}
.p-hero__pic span {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 1280px;
}
.p-hero__pic span::before {
  content: "";
  position: absolute;
  top: 106px;
  right: 78px;
  width: 490px;
  height: 677px;
  background: url(../../../img/troubles_curves-lipo_lead_bg.png) left top no-repeat;
  opacity: 0;
}
.p-hero__pic.is-show span::before {
  animation: animation-show--line 3s ease-in 0.5s infinite forwards;
}
.p-hero::before, .p-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.p-hero::before {
  left: 0;
  width: 50%;
  background: url(../../../img/troubles_curves-lipo_hero_bg1.jpg) left top repeat-x;
}
.p-hero::after {
  right: 0;
  left: 50%;
  background: url(../../../img/troubles_curves-lipo_hero_bg2.jpg) left top repeat-x;
}

.p-nav {
  position: absolute;
  z-index: 2;
  top: 260px;
  left: 8px;
}
.p-nav__list__item {
  padding: 12px 0;
}
.p-nav__list__item + .p-nav__list__item {
  border-top: 1px solid #ccc3bb;
}

.p-lead__cv {
  margin: 30px 0;
}
.p-lead__cv a {
  display: block;
  position: relative;
}
.p-lead__cv a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 27px;
  height: 6px;
  background: url(../../../img/troubles_curves-lipo_cv_button_arrow2.png) left top no-repeat;
  transition: all 0.3s;
}
.p-lead__cv a:hover::after {
  right: 5px;
}
.p-lead__cv a {
  margin: 0 auto;
  width: 435px;
}

.p-recommend {
  position: relative;
  background: #f7f1ed;
  padding: 90px 0;
}
.p-recommend > * {
  position: relative;
}
.p-recommend__title {
  margin: 56px auto 456px;
  text-align: center;
  z-index: 11;
}
.p-recommend__list {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  margin: 0 auto 40px;
  width: 880px;
}
.p-recommend__list__item {
  width: 151px;
  opacity: 0;
}
.p-recommend__list__item.is-show.item1 {
  animation: animation-show--fade 0.7s ease-out 0.5s forwards;
}
.p-recommend__list__item.is-show.item2 {
  animation: animation-show--fade 0.7s ease-out 0.7s forwards;
}
.p-recommend__list__item.is-show.item3 {
  animation: animation-show--fade 0.7s ease-out 0.9s forwards;
}
.p-recommend__list__item.is-show.item4 {
  animation: animation-show--fade 0.7s ease-out 1.1s forwards;
}
.p-recommend__list__item.is-show.item5 {
  animation: animation-show--fade 0.7s ease-out 1.3s forwards;
}
.p-recommend__text {
  z-index: 9;
  margin: 0 auto 40px;
  width: 489px;
}
.p-recommend__benefit {
  z-index: 8;
}
.p-recommend__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7;
}
.p-recommend__bg__item {
  position: absolute;
}
.p-recommend__bg .no1 {
  z-index: 5;
  top: 420px;
  left: 50%;
  width: 853px;
  height: 89px;
  transform: translateX(-50%);
  mix-blend-mode: color-dodge;
}
.p-recommend__bg .no2 {
  position: relative;
  z-index: 4;
  top: 220px;
  margin: 0 auto;
  width: 1280px;
  height: 531px;
}
.p-recommend__bg .no2 span {
  position: absolute;
  right: 0;
  width: 716px;
  height: 100%;
}
.p-recommend__bg .no3 {
  z-index: 3;
  top: 90px;
  left: 0;
  width: 50%;
  height: 402px;
  background: #dfdcd7;
}
.p-recommend__bg .no4 {
  position: relative;
  z-index: 2;
  top: -342px;
  margin: 0 auto;
  width: 1280px;
  height: 638px;
}
.p-recommend__bg .no4 span {
  display: block;
  position: absolute;
  right: 137px;
  width: 648px;
  height: 100%;
  background: #e4ceb9;
}
.p-recommend .swiper {
  height: 308px;
}
.p-recommend .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.p-benefit {
  position: relative;
}
.p-benefit__list {
  display: flex;
}
.p-benefit__item {
  width: 207px;
}
.p-benefit__bg {
  position: absolute;
  left: 75px;
  top: -85px;
  z-index: 1;
}

.p-case {
  padding: 90px 0;
  background: #efe3da;
}
.p-case__title {
  margin-bottom: 90px;
  text-align: center;
}
.p-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 37px;
  width: 1120px;
}
.p-case__list__item:nth-child(4), .p-case__list__item:nth-child(5), .p-case__list__item:nth-child(6) {
  margin-top: 37px;
}
.p-case__movie {
  margin: 0 auto 45px;
  width: 349px;
  transition: opacity 0.5s;
  cursor: pointer;
}
.p-case__movie > * {
  transition: opacity 0.5s;
}
.p-case__movie:hover > * {
  opacity: 0.75;
}
.p-case__info {
  margin: 0 auto;
  padding: 20px 15px;
  width: 880px;
  border: 1px solid #847972;
  color: #847972;
}
.p-case__info__title {
  font-size: 11px;
  margin-bottom: 15px;
}
.p-case__info table {
  border-collapse: separate;
}
.p-case__info table th {
  vertical-align: top;
  width: 105px;
  line-height: 1.9;
  font-size: 10px;
  font-weight: bold;
}
.p-case__info table th::after {
  content: "：";
  margin: 0 5px;
}
.p-case__info table td {
  line-height: 1.9;
  font-size: 10px;
}
.p-case__info table tr:nth-child(1) th {
  letter-spacing: -0.2px;
}
.p-case__info table tr:nth-child(2) th {
  letter-spacing: 0.1px;
}
.p-case__info table tr:nth-child(3) th {
  letter-spacing: 3.6px;
}

.modal-video-movie-wrap {
  padding-bottom: 0 !important;
  height: 528px !important;
}

.modal-video-close-btn {
  right: 0;
}

.p-main .p-cv {
  position: relative;
}
.p-main .p-cv__wrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 1280px;
}
.p-main .p-cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 147px;
  width: 100%;
  height: 815px;
  background: url(../../../img/troubles_curves-lipo_cv_bg1.jpg) left top no-repeat;
  box-sizing: border-box;
}
.p-main .p-cv__title {
  order: 1;
  z-index: 1;
  margin-bottom: 30px;
}
.p-main .p-cv__pic {
  position: absolute;
  top: 15px;
}
.p-main .p-cv__limit {
  order: 2;
  position: relative;
  margin: 0 auto 35px;
  width: 401px;
}
.p-main .p-cv__limit__text {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 35px;
  color: #d86491;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-main .p-cv__limit__text .weekday {
  margin-left: 4px;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  transform: rotate(180deg);
}
.p-main .p-cv__list {
  order: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.p-main .p-cv__list__item:first-child {
  margin-right: 17.5px;
}
.p-main .p-cv__list__item:last-child {
  margin-left: 17.5px;
}
.p-main .p-cv__button a {
  display: block;
  position: relative;
}
.p-main .p-cv__button a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 27px;
  height: 6px;
  background: url(../../../img/troubles_curves-lipo_cv_button_arrow2.png) left top no-repeat;
  transition: all 0.3s;
}
.p-main .p-cv__button a:hover::after {
  right: 5px;
}
.p-main .p-cv__button a {
  margin: 0 auto;
  width: 435px;
}
.p-main .p-cv__counseling {
  order: 4;
}
.p-main .p-cv__bg {
  height: 326px;
}
.p-main .p-cv__bg .pic1 {
  width: 100%;
  height: 240px;
  background-image: url(../../../img/troubles_curves-lipo_cv_bg_pic1.jpg);
  background-size: 150%;
}
.p-main .p-cv__bg .pic2 {
  margin: -86px auto 0;
  position: relative;
}
.p-main .p-cv__bg .pic2 > * {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  height: 172px;
  transform: translateX(-50%);
}
.p-main .p-cv__bg .pic2 > * span {
  display: block;
  position: absolute;
  width: 100%;
  height: 86px;
  overflow: hidden;
}
.p-main .p-cv__bg .pic2 > * span img {
  animation: 8s linear infinite animation-rotation;
}
.p-main .p-cv__bg .pic2 .pic2-1 {
  mix-blend-mode: color-dodge;
}
.p-main .p-cv__bg .pic2 .pic2-1 span {
  top: 0;
}
.p-main .p-cv__bg .pic2 .pic2-2 span {
  top: 50%;
}
.p-main .p-cv__bg .pic2 .pic2-2 span img {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-main .p-cv::before, .p-main .p-cv::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  height: 815px;
}
.p-main .p-cv::before {
  left: 0;
  width: 50%;
  background: url(../../../img/troubles_curves-lipo_cv_bg1_l.jpg) left top repeat-x;
}
.p-main .p-cv::after {
  right: 0;
  left: 50%;
  background: url(../../../img/troubles_curves-lipo_cv_bg1_r.jpg) left top repeat-x;
}
.p-main .p-cv.short::after {
  top: 0;
  height: 787px;
}
.p-main .p-cv.short .p-cv__inner {
  justify-content: center;
  padding: 0 80px;
  width: 880px;
  height: 787px;
  background-image: url(../../../img/troubles_curves-lipo_cv_bg2.jpg);
}
.p-main .p-cv.short .p-cv__title {
  margin-bottom: 25px;
}
.p-main .p-cv.short .p-cv__pic {
  top: 0;
}
.p-main .p-cv.short .p-cv__limit {
  margin: 0 auto 30px;
}
.p-main .p-cv.short .p-cv__list {
  margin-bottom: 45px;
}
.p-main .p-cv.short .p-cv__list__item:first-child {
  margin-right: 15px;
}
.p-main .p-cv.short .p-cv__list__item:last-child {
  margin-left: 15px;
}
.p-main .p-cv.short .p-cv__button a {
  width: 345px;
}
.p-main .p-cv.short.no2 .p-cv__pic {
  right: 0;
}
.p-main .p-cv.short.no2::before {
  left: 0;
  width: 50%;
  height: 787px;
  background: url(../../../img/troubles_curves-lipo_cv_bg2_l.jpg) left top repeat-x;
}
.p-main .p-cv.short.no2::after {
  right: 0;
  left: 50%;
  background: #e4e2dd;
}
.p-main .p-cv.short.no3 .p-cv__wrapper {
  justify-content: flex-end;
}
.p-main .p-cv.short.no3 .p-cv__pic {
  left: 0;
}
.p-main .p-cv.short.no3::before {
  right: 0;
  left: 50%;
  height: 787px;
  background: url(../../../img/troubles_curves-lipo_cv_bg2_r.jpg) left top repeat-x;
}
.p-main .p-cv.short.no3::after {
  left: 0;
  width: 50%;
  background: #e6ddda;
}

.p-dirrerence {
  padding: 55px 0 478px;
}
.p-dirrerence__title {
  margin-bottom: 45px;
  text-align: center;
}
.p-dirrerence__points {
  position: relative;
  z-index: 6;
}
.p-dirrerence__points__text {
  margin-bottom: 40px;
  text-align: center;
}
.p-dirrerence__points__pic {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 310px;
  height: 287px;
  margin-bottom: 20px;
}
.p-dirrerence__points__pic::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 147px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url(../../../img/troubles_curves-lipo_dirrerence_points_bg.png) 0 0/contain no-repeat;
  opacity: 0;
}
.p-dirrerence__points__pic__item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  border-radius: 100%;
}
.p-dirrerence__points__pic__item .circle1,
.p-dirrerence__points__pic__item .circle2 {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.p-dirrerence__points__pic__item .circle1::before,
.p-dirrerence__points__pic__item .circle2::before {
  content: "";
  position: absolute;
  background: #fff;
}
.p-dirrerence__points__pic__item .circle1 {
  left: 50%;
}
.p-dirrerence__points__pic__item .circle2 {
  left: 0;
}
.p-dirrerence__points__pic__item img {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.p-dirrerence__points__pic__item.pic1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-dirrerence__points__pic__item.pic1 img {
  width: 80px;
}
.p-dirrerence__points__pic__item.pic2 {
  bottom: 0;
  left: 0;
}
.p-dirrerence__points__pic__item.pic2 img {
  width: 37px;
}
.p-dirrerence__points__pic__item.pic3 {
  bottom: 0;
  right: 0;
}
.p-dirrerence__points__pic__item.pic3 img {
  width: 96px;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item {
  box-shadow: inset 0 0 0 1px #a78764;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item .circle1::before {
  width: 100%;
  height: 200%;
  transform-origin: 0 25%;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item .circle2::before {
  left: -10%;
  width: 110%;
  height: 110%;
  transform-origin: 100% 40%;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic1 {
  z-index: 3;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic1 .circle1::before {
  animation: animation-draw--rotation 0.5s linear forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic1 .circle2::before {
  animation: animation-draw--rotation 0.5s ease-out 0.5s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic1 img {
  animation: animation-show--fade 0.5s ease-out 0.5s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic2 {
  z-index: 2;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic2 .circle1::before {
  animation: animation-draw--rotation 0.5s linear 1s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic2 .circle2::before {
  animation: animation-draw--rotation 0.5s ease-out 1.5s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic2 img {
  animation: animation-show--fade 0.5s ease-out 1.5s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic3 {
  z-index: 1;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic3 .circle1::before {
  animation: animation-draw--rotation 0.5s linear 2s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic3 .circle2::before {
  animation: animation-draw--rotation 0.5s ease-out 2.5s forwards;
}
.p-dirrerence__points__pic.is-show .p-dirrerence__points__pic__item.pic3 img {
  animation: animation-show--fade 0.5s ease-out 2.5s forwards;
}
.p-dirrerence__points__pic.is-show::before {
  animation: animation-show--fade 1s ease-out 3s forwards;
}
.p-dirrerence__lead {
  position: relative;
  z-index: 5;
  margin: 175px 0 45px;
}
.p-dirrerence__lead__text {
  position: relative;
  z-index: 1;
}
.p-dirrerence__lead__text.pic1 {
  margin-bottom: 13px;
  text-align: center;
}
.p-dirrerence__lead__text.pic2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 377px;
  height: 50px;
  transition: all 1.5s;
}
.p-dirrerence__lead__text.pic2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff;
  transition: all 1.5s;
}
.p-dirrerence__lead__text.pic2.is-show::after {
  width: 100%;
}
.p-dirrerence__lead__bg.no1 {
  position: relative;
  z-index: -1;
  margin-top: -215px;
}
.p-dirrerence__lead__bg.no1 .pic {
  margin: 0 auto;
  width: 1280px;
  text-align: right;
}
.p-dirrerence__lead__bg.no1::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 50%;
  height: 375px;
  background: #e2e0da;
}
.p-dirrerence__lead__bg.no2 {
  position: relative;
  z-index: -3;
  margin-top: -195px;
  width: 75%;
  height: 235px;
  background: #e4ceb9;
}
.p-dirrerence__map {
  position: relative;
  margin: 0 auto;
  width: 800px;
}
.p-dirrerence__map .pic {
  position: absolute;
  top: 0;
  left: 0;
}
.p-dirrerence__comparison {
  position: relative;
  margin: 0 auto;
  width: 800px;
}
.p-dirrerence__comparison .pic {
  position: absolute;
  top: 0;
  right: 0;
}

.p-feature {
  position: relative;
  padding: 140px 0 55px;
  background: url(../../../img/troubles_curves-lipo_feature_bg2.png) center top 194px no-repeat, #efe3da;
}
.p-feature > * {
  position: relative;
  z-index: 10;
}
.p-feature__title {
  margin-bottom: 35px;
  text-align: center;
}
.p-feature__comment {
  margin-bottom: 40px;
  text-align: center;
}
.p-feature__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 1052px;
}
.p-feature__bg {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
}

.p-tool {
  background: #efe3da;
}
.p-tool__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
  width: 1050px;
  background: #f7f1ec;
  box-sizing: border-box;
}
.p-tool__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 719px;
}

.p-intro {
  padding: 55px 0 100px;
  background: #efe3da;
  text-align: center;
}

.p-needs {
  padding: 90px 0 60px;
}
.p-needs__title {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.p-needs__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2000px;
  height: 2000px;
  background: url(../../../img/troubles_curves-lipo_needs_title_bg.png) center bottom no-repeat;
  transform: translateX(-50%);
}
.p-needs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1120px;
}
.p-needs__list__item {
  position: relative;
  width: 352px;
}
.p-needs__list__item.no2 {
  margin: 0 26px;
  width: 363px;
}
.p-needs__list__item.no4, .p-needs__list__item.no5 {
  margin-top: 40px;
}
.p-needs__list__item.no5 {
  margin-left: 36px;
  width: 402px;
}
.p-needs__list__item.no5 a {
  position: absolute;
  right: 17px;
  bottom: 11px;
  width: 100px;
  height: 22px;
}
.p-needs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-needs__item__title {
  margin-bottom: 15px;
}

.p-value {
  padding-bottom: 120px;
}
.p-value__title {
  margin-bottom: 40px;
  text-align: center;
}
.p-value__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 800px;
}

.p-price {
  padding: 55px 0 80px;
}
.p-price__title {
  margin-bottom: 45px;
  text-align: center;
}
.p-price__table {
  margin: 0 0 15px -53px;
  text-align: center;
}
.p-price__counseling {
  margin-bottom: 80px;
  text-align: center;
}
.p-price__counseling__button {
  margin-top: 20px;
}
.p-price__counseling__button a {
  display: block;
  position: relative;
}
.p-price__counseling__button a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 27px;
  height: 6px;
  background: url(../../../img/troubles_curves-lipo_cv_button_arrow2.png) left top no-repeat;
  transition: all 0.3s;
}
.p-price__counseling__button a:hover::after {
  right: 5px;
}
.p-price__counseling__button a {
  margin: 0 auto;
  width: 339px !important;
}
.p-price__service {
  margin-bottom: 40px;
}
.p-price__service__title {
  margin-bottom: 40px;
  text-align: center;
}
.p-price__service__item {
  margin: 0 auto;
  width: 800px;
}
.p-price__service__item__title {
  margin-bottom: 15px;
}
.p-price__service__item + .p-price__service__item {
  margin-top: 27px;
}
.p-price__feature__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 800px;
}

.p-payment {
  padding: 80px 0 100px;
}
.p-payment__title, .p-payment__text {
  margin-bottom: 50px;
  text-align: center;
}
.p-payment__text {
  line-height: 1.5714285714;
  font-size: 14px;
  color: #686868;
}
.p-payment__list {
  margin: 0 auto;
  width: 800px;
}
.p-payment__list__item {
  display: list-item;
  border-top: 1px solid #dad2cc;
  padding: 14px 0;
  color: #605547;
}
.p-payment__list__item .item-inner {
  display: table;
  width: 100%;
}
.p-payment__list__item .item-title,
.p-payment__list__item .item-text {
  display: table-cell;
}
.p-payment__list__item .item-title {
  vertical-align: top;
  width: 142px;
}
.p-payment__list__item .item-text {
  line-height: 1.5714285714;
  font-size: 14px;
  vertical-align: middle;
}
.p-payment__list__item .item-text .small-text {
  font-size: 11px;
}
.p-payment__list__item:nth-child(1) {
  padding-left: 15px;
}
.p-payment__list__item:nth-child(2) {
  padding-left: 10px;
}
.p-payment__list__item:nth-child(3) {
  padding-left: 13px;
}
.p-payment__list__item:nth-child(3) > picture img {
  margin-left: 140px;
}
.p-payment__list__item:nth-child(3) .item-text {
  display: flex;
  align-items: center;
}
.p-payment__list__item:nth-child(3) .item-text .small-text {
  margin-left: 15px;
}
.p-payment__list__item:last-child {
  padding-bottom: 0;
  padding-left: 13px;
}
.p-payment__list__item:last-child .item-text > .small-text {
  display: block;
  margin-top: 5px;
}
.p-payment__list__item:last-child .item-text dl {
  margin-top: 10px;
  line-height: 1.3571428571;
  font-size: 13px;
}
.p-payment__list__item:last-child .item-text ul {
  margin-left: 15px;
}
.p-payment__list__item:last-child .item-text li {
  padding: 0;
  line-height: 1.6;
  font-size: 13px;
  list-style-type: decimal;
}
.p-payment__list__item:last-child .item-text li .small-text {
  display: inline-block;
  margin: 0;
  font-size: 11px;
}
.p-payment__list__item:last-child .item-text li p {
  line-height: 1.6;
  font-size: 11px;
}
.p-payment__list__item:last-child .item-text li p::before {
  content: "◇";
}
.p-payment__list__item:last-child .item-text li + li {
  margin-top: 5px;
}

.p-faq {
  padding: 160px 0;
}
.p-faq__title {
  margin-bottom: 70px;
  text-align: center;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-faq__list__item + .p-faq__list__item {
  margin-top: 70px;
}

.p-clinic {
  padding: 140px 0 100px;
  background: #f7f1ed;
}
.p-clinic__title {
  margin-bottom: 70px;
  text-align: center;
}
.p-clinic__pic {
  margin-bottom: 30px;
  text-align: center;
}
.p-clinic__pic__text {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: #7f7875;
}
.p-clinic__tel {
  position: absolute;
  top: 98px;
  left: 88px;
}
.p-clinic__tel .ja {
  margin: 7px 0 10px;
}
.p-clinic__tel .en {
  color: #7f7875;
  font-size: 12px;
}
.p-clinic__tel .en a {
  color: #7f7875;
  font-size: 12px;
  text-decoration: none;
}
.p-clinic__map {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 100%;
}
.p-clinic__map__inner {
  position: relative;
  width: 239px;
  height: 247px;
  margin: 0 auto;
  overflow: hidden;
}
.p-clinic__map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  min-width: 400px;
  min-height: 247px;
  width: 100%;
  height: 455px;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-clinic__map__button {
  width: 100%;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-clinic__map__button a {
  display: block;
  width: 239px;
  margin: 0 auto;
}
.p-clinic .swiper {
  width: 100%;
}
.p-clinic .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 920px;
  transform: none !important;
}
.p-clinic .swiper-slide {
  position: relative;
  margin: 10px;
  width: 285px;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.p-clinic .swiper-slide.tokyo {
  order: 1;
}
.p-clinic .swiper-slide.nagoya {
  order: 2;
}
.p-clinic .swiper-slide.osaka {
  order: 3;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner {
  height: 267px;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner iframe {
  height: 475px;
}
.p-clinic .swiper-slide.hiroshima {
  order: 4;
  margin-top: 10px;
}
.p-clinic .swiper-slide.fukuoka {
  order: 5;
  margin-top: 10px;
}

.gmnoprint {
  display: none !important;
}

.p-privacypolicy {
  padding-bottom: 70px;
  background: #f7f1ed;
}
.p-privacypolicy__title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 335px;
}
.p-privacypolicy__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url(../../../img/troubles_curves-lipo_privacypolicy_arrow.png) center no-repeat;
  background-size: auto 100%;
}
.p-privacypolicy__contents {
  margin: 50px 60px 0;
  text-align: justify;
}
.p-privacypolicy__contents__box {
  margin: 30px 0;
  color: #7f7875;
}
.p-privacypolicy__contents__box.first {
  margin-top: 0;
}
.p-privacypolicy__contents__box.last {
  margin-bottom: 0;
}
.p-privacypolicy__contents__box .title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.p-privacypolicy__contents__box p {
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box ul {
  margin: 10px 0;
}
.p-privacypolicy__contents__box li {
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box .reception-title {
  text-indent: -10px;
}
.p-privacypolicy__contents__box .reception-tel > * {
  display: inline-block;
  padding-top: 4px;
}
.p-privacypolicy__contents__box .reception-tel-contents {
  text-indent: -0.5px;
}
.p-privacypolicy__contents__box .reception-tel-contents a {
  color: #5d5d5d;
}
.p-privacypolicy.is-opened .p-privacypolicy__title::before {
  transform: rotate(180deg);
}

.js-details .js-summary {
  display: block;
  list-style: none;
}
.js-details .js-summary::-webkit-details-marker {
  display: none;
}
.js-details .js-content {
  overflow: hidden;
}
/*# sourceMappingURL=curves-lipo.css.map */
