@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes roundAnimation {
  0% {
    transform: rotateY(1turn); }
  30% {
    transform: rotateY(0deg); } }
.round {
  animation: roundAnimation 3s ease infinite; }

@keyframes animationbtn {
  0% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    bottom: 0; }
  10% {
    bottom: -4px; }
  20% {
    bottom: 0; }
  30% {
    bottom: -4px; }
  40% {
    bottom: 0; } }
.cta_btn {
  position: relative;
  box-shadow: 0 4px 0 #209074;
  background: #2ab794;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: 0.75; } }
  .cta_btn.shiny a {
    overflow: hidden;
    position: relative; }
    .cta_btn.shiny a::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 0; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #ffeff6;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(255, 123, 179, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #ff7bb3;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.sp {
  display: none; }

.remarks {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem; }

sup {
  font-size: 12px;
  font-size: 1.2rem; }

.pink {
  color: #fd589e; }

.yellow {
  color: #ffffab; }

.marker {
  background: linear-gradient(transparent 60%, #ffffab 60%); }

.wrapper,
.header,
.footer {
  width: 750px;
  margin: auto; }

.inner {
  position: relative; }

.header {
  background: #fff; }
  .header .inner {
    padding: 10px 0;
    position: relative; }
  .header .logo {
    width: 140px;
    margin: auto; }
  .header .header_pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #888888;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 1px 10px 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    right: 10px; }

.fv {
  position: relative; }
  .fv .fv_date {
    position: absolute;
    top: 13px;
    left: 22px;
    text-align: center;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.03em; }
    .fv .fv_date strong {
      font-size: 130%;
      font-weight: 700;
      color: #fd589e; }

@keyframes roundAnimation {
  0% {
    transform: rotateY(1turn); }
  30% {
    transform: rotateY(0deg); } }
.fukidashi_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: calc(100% - 40px);
  padding: 20px 20px 22px;
  background: #fff;
  border: 2px solid #ff7bb3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .05em;
  /*.ttl {
  	display: inline-block;
  	text-align: left;
  }*/ }
  .fukidashi_ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    background: url("../../sp/liposuction/assets/img/ico_c_woman1.png") no-repeat left top/100% auto;
    animation: roundAnimation 3s ease infinite; }
  .fukidashi_ttl::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 55%) rotate(45deg);
    transform-origin: center center;
    width: 18px;
    height: 18px;
    background: #fff;
    border-right: 2px solid #ff7bb3;
    border-bottom: 2px solid #ff7bb3; }
  .fukidashi_ttl strong {
    font-size: 28px;
    font-size: 2.8rem; }
  .fukidashi_ttl.right::before {
    right: 20px;
    left: auto;
    background-image: url("../../sp/liposuction/assets/img/ico_c_woman2.png"); }

.box_ttl {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 2px solid #ff7bb3;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .05em; }
  .box_ttl::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px dotted #ff7bb3; }
  .box_ttl .ttl::before, .box_ttl .ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 60px;
    height: 58px;
    background: url("../../sp/liposuction/assets/img/ico_wing.png") no-repeat left top/100% auto; }
  .box_ttl .ttl::after {
    right: 20px;
    left: auto;
    transform: translateY(-50%) scale(-1, 1); }
  .box_ttl .ttl strong {
    font-size: 28px;
    font-size: 2.8rem; }

.cta .cta_txt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  color: #fd589e;
  font-size: 17.5px;
  font-size: 1.75rem; }

.sponcer {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

.section01 {
  background: #fff; }
  .section01 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 120px 20px 40px; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
  .section01 table {
    position: relative;
    width: 100%;
    background: #fff;
    border-collapse: separate;
    border-spacing: 5px 0px; }
    .section01 table::before, .section01 table::after {
      content: '';
      position: absolute;
      top: 0;
      left: 4px;
      pointer-events: none; }
    .section01 table::after {
      width: calc(100% / 3 - 5px);
      height: 100%;
      border: 2px solid #ff7bb3;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
    .section01 table tr th, .section01 table tr td {
      width: calc(100% / 3);
      padding: 12px 5px;
      text-align: center;
      vertical-align: middle;
      font-size: 15px;
      font-size: 1.5rem; }
    .section01 table tr th {
      z-index: 1;
      position: relative;
      padding: 5px;
      background: #ff7bb3;
      color: #fff;
      font-weight: 700; }
    .section01 table tr td {
      position: relative;
      border-right: #bdbdbd 1px solid;
      border-left: #bdbdbd 1px solid;
      font-weight: 500; }
      .section01 table tr td:first-child {
        background: #ffffee; }
    .section01 table tr:last-child td {
      border-bottom: #bdbdbd 1px solid;
      border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      -o-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px; }
    .section01 table .table_top_td td {
      border-top: #bdbdbd 1px solid;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      vertical-align: top; }
      .section01 table .table_top_td td::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -90px;
        width: 120px;
        height: 75px;
        background: url("../../sp/liposuction/assets/img/ico_crown1.png") no-repeat left top/100% auto;
        pointer-events: none; }
      .section01 table .table_top_td td:nth-child(2)::before {
        background-image: url("../../sp/liposuction/assets/img/ico_crown2.png"); }
      .section01 table .table_top_td td:nth-child(3)::before {
        background-image: url("../../sp/liposuction/assets/img/ico_crown3.png"); }
  .section01 .img {
    padding: 5px; }
    .section01 .img a {
      display: block;
      text-decoration: none; }
      .section01 .img a p {
        margin-top: 5px; }
        .section01 .img a p.name {
          margin-bottom: 5px;
          color: #00b1e4;
          font-weight: 700;
          text-decoration: underline; }
  .section01 .ico {
    width: 30px;
    margin: 0 auto 3px; }
  .section01 .price_list {
    display: inline-block; }
    .section01 .price_list li {
      margin-top: 5px;
      text-align: left; }
      .section01 .price_list li .item {
        display: inline-block;
        margin-right: 5px;
        padding: 4px 7px;
        background: #ffadba;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        color: #fff;
        font-weight: 700;
        font-size: 13.75px;
        font-size: 1.375rem;
        line-height: 1; }
  .section01 .cta_btn {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .section01 .cta_btn.two a {
      padding: 7px 0; }

.section02 {
  padding: 75px 20px 50px; }
  .section02 .treatment {
    position: relative;
    width: 710px;
    margin: 0 auto 30px;
    padding: 70px 20px 20px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    .section02 .treatment .osusume_txt {
      width: calc(100% / 3);
      margin-bottom: 5px;
      font-weight: 700;
      text-align: center;
      font-size: 17.5px;
      font-size: 1.75rem; }
    .section02 .treatment table {
      position: relative;
      width: 100%;
      background: #fff;
      border-collapse: separate;
      border-spacing: 5px 0px; }
      .section02 .treatment table::before, .section02 .treatment table::after {
        content: '';
        position: absolute;
        top: 0;
        left: 4px;
        pointer-events: none; }
      .section02 .treatment table::after {
        width: calc(100% / 3 - 5px);
        height: 100%;
        border: 2px solid #ffadba;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
      .section02 .treatment table tr th, .section02 .treatment table tr td {
        width: calc(100% / 3);
        padding: 12px 5px;
        text-align: center;
        vertical-align: middle; }
      .section02 .treatment table tr th {
        z-index: 1;
        position: relative;
        padding: 5px;
        background: #ffadba;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5rem; }
      .section02 .treatment table tr td {
        position: relative;
        border-right: #ffadba 1px solid;
        border-left: #ffadba 1px solid;
        font-weight: 500;
        font-size: 14.375px;
        font-size: 1.4375rem; }
        .section02 .treatment table tr td:first-child {
          background: #ffffee; }
        .section02 .treatment table tr td ul {
          display: inline-block; }
          .section02 .treatment table tr td ul li {
            position: relative;
            padding-left: 17px;
            text-align: left; }
            .section02 .treatment table tr td ul li::before {
              content: '●';
              position: absolute;
              left: 0;
              color: #ffadba; }
      .section02 .treatment table tr:last-child td {
        border-bottom: #ffadba 1px solid;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px; }
      .section02 .treatment table .ttl td {
        border-top: #ff7bb3 1px solid;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        font-size: 20px;
        font-size: 2rem; }
    .section02 .treatment.white table tr td:first-child {
      background: #fff; }
  .section02 .important {
    position: relative;
    width: 710px;
    margin: 0 auto 60px;
    padding: 40px;
    background: #4d4d4d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    .section02 .important h2 {
      position: relative;
      margin-bottom: 20px;
      padding: 15px 20px;
      border-top: 4px dotted #fff;
      border-bottom: 4px dotted #fff;
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: .05em; }
      .section02 .important h2::before {
        content: '';
        position: absolute;
        top: -25px;
        left: -10px;
        width: 110px;
        height: 140px;
        background: url("../../sp/liposuction/assets/img/ico_important.png") no-repeat left top/100% auto;
        animation: roundAnimation 3s ease infinite; }
      .section02 .important h2 strong {
        font-size: 28px;
        font-size: 2.8rem; }
    .section02 .important p {
      color: #fff;
      line-height: 1.678;
      font-size: 17.5px;
      font-size: 1.75rem; }
  .section02 .point {
    position: relative;
    width: 710px;
    margin: 0 auto 30px;
    padding: 70px 40px 20px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    .section02 .point ul {
      margin-top: 20px; }
      .section02 .point ul li {
        padding: 20px 0; }
        .section02 .point ul li + li {
          border-top: 4px dotted #ffeff6; }
        .section02 .point ul li h3 {
          margin-bottom: 10px;
          color: #fd589e;
          font-size: 21.875px;
          font-size: 2.1875rem; }
          .section02 .point ul li h3 span {
            display: inline-block;
            width: 40px;
            margin-right: 10px;
            vertical-align: -4px; }

.section03 {
  padding: 60px 0;
  background: #fff; }
  .section03 .box_ttl {
    width: calc(100% - 40px);
    margin: 0 auto; }

.client_archive {
  margin-top: 40px; }
  .client_archive > ul > li {
    position: relative;
    background: #ffe8f2; }
    .client_archive > ul > li::before, .client_archive > ul > li::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../../sp/liposuction/assets/img/bg_pink_top.jpg") no-repeat left top/100% auto; }
    .client_archive > ul > li::after {
      background-image: url("../../sp/liposuction/assets/img/bg_pink_bottom.jpg");
      background-position: left bottom; }
    .client_archive > ul > li .client_card {
      position: relative;
      z-index: 2;
      padding: 0 20px 70px; }
      .client_archive > ul > li .client_card .heading {
        font-size: 20px;
        font-size: 2rem;
        color: #ff7bb3;
        font-weight: 700;
        text-align: center; }
      .client_archive > ul > li .client_card .client_name {
        margin-top: 10px; }
        .client_archive > ul > li .client_card .client_name a {
          position: relative;
          display: block;
          padding: 15px 90px;
          background: #fff;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          box-shadow: 0 0 10px rgba(249, 148, 217, 0.35);
          text-decoration: none;
          font-size: 23.75px;
          font-size: 2.375rem;
          font-weight: 700; }
          .client_archive > ul > li .client_card .client_name a::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
            width: 60px;
            height: 38px;
            background: url("../../sp/liposuction/assets/img/ico_crown1.png") no-repeat left top/100% auto; }
          .client_archive > ul > li .client_card .client_name a::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 115px;
            height: 161px;
            background: url("../../sp/liposuction/assets/img/ico_woman1.png") no-repeat left top/100% auto; }
      .client_archive > ul > li .client_card .content {
        margin-top: 20px;
        padding: 20px 20px 30px;
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .client_archive > ul > li .client_card .content .overview .client_image {
          text-align: center; }
        .client_archive > ul > li .client_card .content .overview .table {
          margin-top: 15px; }
          .client_archive > ul > li .client_card .content .overview .table table {
            width: 100%; }
            .client_archive > ul > li .client_card .content .overview .table table th, .client_archive > ul > li .client_card .content .overview .table table td {
              border: 1px solid #ff7bb3;
              font-size: 13.75px;
              font-size: 1.375rem; }
            .client_archive > ul > li .client_card .content .overview .table table th {
              width: 35%;
              padding: 10px 5px;
              background: #ff7bb3;
              border-bottom-color: #fff;
              color: #fff;
              text-align: center; }
            .client_archive > ul > li .client_card .content .overview .table table td {
              padding: 10px 15px; }
              .client_archive > ul > li .client_card .content .overview .table table td .wrap {
                -webkit-display: flex;
                -moz-display: flex;
                -ms-display: flex;
                -o-display: flex;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                -o-align-items: center;
                align-items: center; }
                .client_archive > ul > li .client_card .content .overview .table table td .wrap .ico {
                  width: 25px;
                  margin-right: 10px; }
                .client_archive > ul > li .client_card .content .overview .table table td .wrap .txt {
                  width: calc(100% - 35px); }
                  .client_archive > ul > li .client_card .content .overview .table table td .wrap .txt .noBreak {
                    display: none; }
              .client_archive > ul > li .client_card .content .overview .table table td .price_list li {
                margin-top: 5px; }
                .client_archive > ul > li .client_card .content .overview .table table td .price_list li .item {
                  display: inline-block;
                  margin-right: 5px;
                  padding: 4px 7px;
                  background: #ffadba;
                  border-radius: 5px;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
                  -o-border-radius: 5px;
                  -ms-border-radius: 5px;
                  color: #fff;
                  font-weight: 700;
                  line-height: 1;
                  font-size: 12.75px;
                  font-size: 1.275rem; }
        .client_archive > ul > li .client_card .content .point,
        .client_archive > ul > li .client_card .content .treatment,
        .client_archive > ul > li .client_card .content .review,
        .client_archive > ul > li .client_card .content .location {
          overflow: hidden;
          margin-top: 15px;
          padding: 20px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          border: 1px solid #ff7bb3; }
          .client_archive > ul > li .client_card .content .point .ttl,
          .client_archive > ul > li .client_card .content .treatment .ttl,
          .client_archive > ul > li .client_card .content .review .ttl,
          .client_archive > ul > li .client_card .content .location .ttl {
            text-align: center;
            color: #ff7bb3;
            font-weight: 700;
            font-size: 18.75px;
            font-size: 1.875rem; }
          .client_archive > ul > li .client_card .content .point .contents,
          .client_archive > ul > li .client_card .content .treatment .contents,
          .client_archive > ul > li .client_card .content .review .contents,
          .client_archive > ul > li .client_card .content .location .contents {
            padding: 20px 0;
            background: #fff; }
            .client_archive > ul > li .client_card .content .point .contents .slick-dotted.slick-slider,
            .client_archive > ul > li .client_card .content .treatment .contents .slick-dotted.slick-slider,
            .client_archive > ul > li .client_card .content .review .contents .slick-dotted.slick-slider,
            .client_archive > ul > li .client_card .content .location .contents .slick-dotted.slick-slider {
              margin-bottom: 0; }
            .client_archive > ul > li .client_card .content .point .contents .slick-dots,
            .client_archive > ul > li .client_card .content .treatment .contents .slick-dots,
            .client_archive > ul > li .client_card .content .review .contents .slick-dots,
            .client_archive > ul > li .client_card .content .location .contents .slick-dots {
              bottom: -55px; }
              .client_archive > ul > li .client_card .content .point .contents .slick-dots li,
              .client_archive > ul > li .client_card .content .treatment .contents .slick-dots li,
              .client_archive > ul > li .client_card .content .review .contents .slick-dots li,
              .client_archive > ul > li .client_card .content .location .contents .slick-dots li {
                width: 18px;
                height: 18px;
                margin: 0 10px; }
                .client_archive > ul > li .client_card .content .point .contents .slick-dots li button,
                .client_archive > ul > li .client_card .content .treatment .contents .slick-dots li button,
                .client_archive > ul > li .client_card .content .review .contents .slick-dots li button,
                .client_archive > ul > li .client_card .content .location .contents .slick-dots li button {
                  width: 100%;
                  height: 100%;
                  padding: 0;
                  background: #ffeff6;
                  border: 1px solid #ff7bb3;
                  border-radius: 50%;
                  -moz-border-radius: 50%;
                  -webkit-border-radius: 50%;
                  -o-border-radius: 50%;
                  -ms-border-radius: 50%; }
                  .client_archive > ul > li .client_card .content .point .contents .slick-dots li button::before,
                  .client_archive > ul > li .client_card .content .treatment .contents .slick-dots li button::before,
                  .client_archive > ul > li .client_card .content .review .contents .slick-dots li button::before,
                  .client_archive > ul > li .client_card .content .location .contents .slick-dots li button::before {
                    content: none; }
                .client_archive > ul > li .client_card .content .point .contents .slick-dots li.slick-active button,
                .client_archive > ul > li .client_card .content .treatment .contents .slick-dots li.slick-active button,
                .client_archive > ul > li .client_card .content .review .contents .slick-dots li.slick-active button,
                .client_archive > ul > li .client_card .content .location .contents .slick-dots li.slick-active button {
                  background: #ff7bb3; }
            .client_archive > ul > li .client_card .content .point .contents .quote,
            .client_archive > ul > li .client_card .content .treatment .contents .quote,
            .client_archive > ul > li .client_card .content .review .contents .quote,
            .client_archive > ul > li .client_card .content .location .contents .quote {
              margin-top: 10px;
              padding: 0 20px;
              font-size: 12px;
              font-size: 1.2rem; }
        .client_archive > ul > li .client_card .content .point {
          background: #ffeff6; }
          .client_archive > ul > li .client_card .content .point .ttl {
            margin-bottom: 20px; }
          .client_archive > ul > li .client_card .content .point .contents {
            padding: 20px 10px; }
          .client_archive > ul > li .client_card .content .point ul li {
            position: relative;
            padding-left: 22px;
            font-size: 18.75px;
            font-size: 1.875rem; }
            .client_archive > ul > li .client_card .content .point ul li::before {
              content: '●';
              position: absolute;
              top: 1px;
              left: 0;
              color: #ffeff6; }
            .client_archive > ul > li .client_card .content .point ul li + li {
              margin-top: 5px; }
        .client_archive > ul > li .client_card .content .treatment {
          padding: 20px 20px 37px; }
          .client_archive > ul > li .client_card .content .treatment .treatment_slides {
            height: 530px; }
            .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide {
              padding: 0 20px; }
              .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide ul {
                -webkit-display: flex;
                -moz-display: flex;
                -ms-display: flex;
                -o-display: flex;
                display: flex;
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                -ms-justify-content: space-between;
                -o-justify-content: space-between;
                justify-content: space-between;
                margin-bottom: 10px; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide ul li {
                  width: 50%; }
                  .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide ul li .progress_ttl {
                    margin-bottom: 5px;
                    font-size: 14px;
                    font-size: 1.4rem;
                    text-align: center;
                    font-weight: 500; }
                  .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide ul li .img {
                    width: 100%;
                    margin: 0 auto;
                    text-align: center; }
                    .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide ul li .img img {
                      display: inherit;
                      width: 100%; }
                  .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide ul li + li {
                    margin-left: 10px; }
              .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide table {
                width: 100%; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide table th, .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide table td {
                  padding: 5px;
                  border: 1px solid #d0d0d0;
                  font-size: 15px;
                  font-size: 1.5rem;
                  vertical-align: middle; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide table th {
                  width: 120px;
                  background: #ff7bb3;
                  border-color: #fff;
                  white-space: nowrap;
                  font-weight: 500;
                  color: #fff; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides .treatment_slide table td {
                  width: calc(100% - 120px);
                  padding: 5px 10px; }
            .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc {
              height: 400px; }
              .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc .treatment_slide ul li {
                width: 100%; }
              .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc .treatment_slide table {
                width: 100%; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc .treatment_slide table th, .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc .treatment_slide table td {
                  padding: 5px;
                  border: 1px solid #d0d0d0;
                  font-size: 15px;
                  font-size: 1.5rem;
                  vertical-align: middle; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc .treatment_slide table th {
                  width: 120px;
                  background: #ff7bb3;
                  border-color: #fff;
                  white-space: nowrap;
                  font-weight: 500;
                  color: #fff; }
                .client_archive > ul > li .client_card .content .treatment .treatment_slides.sbc .treatment_slide table td {
                  width: calc(100% - 120px);
                  padding: 5px 10px; }
        .client_archive > ul > li .client_card .content .review {
          padding: 20px 20px 37px; }
          .client_archive > ul > li .client_card .content .review .review_slides {
            height: 220px; }
            .client_archive > ul > li .client_card .content .review .review_slides .review_slide {
              padding: 10px; }
              .client_archive > ul > li .client_card .content .review .review_slides .review_slide .txt {
                padding: 30px;
                background: #ffffee;
                box-shadow: 0px 0px 10px rgba(142, 142, 142, 0.2);
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                -ms-border-radius: 10px;
                font-size: 15.625px;
                font-size: 1.5625rem;
                line-height: 1.56; }
        .client_archive > ul > li .client_card .content .location {
          margin-top: 25px;
          padding: 0;
          border: none; }
          .client_archive > ul > li .client_card .content .location .location_items .location_item + .location_item {
            margin-top: 10px; }
          .client_archive > ul > li .client_card .content .location .trigger {
            cursor: pointer;
            position: relative;
            padding: 10px 5px;
            background: #ff7bb3;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: center;
            font-weight: 700;
            color: #fff;
            font-size: 18.75px;
            font-size: 1.875rem; }
            .client_archive > ul > li .client_card .content .location .trigger::before {
              content: '';
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 10px;
              width: 17px;
              height: 17px;
              background: url("../../sp/liposuction/assets/img/ico_trigger.png") no-repeat left top/100% auto;
              pointer-events: none; }
            .client_archive > ul > li .client_card .content .location .trigger.active::before {
              background-image: url("../../sp/liposuction/assets/img/ico_trigger_active.png"); }
          .client_archive > ul > li .client_card .content .location table {
            width: 100%;
            margin-top: 5px; }
            .client_archive > ul > li .client_card .content .location table th, .client_archive > ul > li .client_card .content .location table td {
              padding: 10px;
              vertical-align: middle;
              border: 1px solid #bababa;
              font-size: 13px;
              font-size: 1.3rem; }
            .client_archive > ul > li .client_card .content .location table th {
              width: 30%;
              background: #ff7bb3;
              border-color: #fff;
              text-align: center;
              color: #fff; }
          .client_archive > ul > li .client_card .content .location .none {
            margin-top: 5px;
            padding: 20px 0;
            border: 1px solid #bababa;
            text-align: center;
            font-size: 13px;
            font-size: 1.3rem; }
        .client_archive > ul > li .client_card .content .cta {
          margin-top: 15px; }
          .client_archive > ul > li .client_card .content .cta .cta_btn::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 70px;
            height: 97px;
            background: url("../../sp/liposuction/assets/img/ico_woman1_btn.png") no-repeat left top/100% auto;
            pointer-events: none;
            animation: roundAnimation 3s ease infinite; }
          .client_archive > ul > li .client_card .content .cta .cta_btn a {
            padding: 20px 5px;
            font-size: 20px;
            font-size: 2rem; }
          .client_archive > ul > li .client_card .content .cta .cta_btn.two {
            margin-top: 10px; }
            .client_archive > ul > li .client_card .content .cta .cta_btn.two::before {
              background: none; }
    .client_archive > ul > li:nth-child(2) {
      background: #f4e5fb; }
      .client_archive > ul > li:nth-child(2)::before {
        background-image: url("../../sp/liposuction/assets/img/bg_purple_top.jpg"); }
      .client_archive > ul > li:nth-child(2)::after {
        background-image: url("../../sp/liposuction/assets/img/bg_purple_bottom.jpg");
        background-position: left bottom; }
      .client_archive > ul > li:nth-child(2) .client_card .client_name a {
        box-shadow: 0 0 10px rgba(187, 143, 210, 0.35); }
        .client_archive > ul > li:nth-child(2) .client_card .client_name a::before {
          background-image: url("../../sp/liposuction/assets/img/ico_crown2.png"); }
        .client_archive > ul > li:nth-child(2) .client_card .client_name a::after {
          width: 150px;
          height: 164px;
          background-image: url("../../sp/liposuction/assets/img/ico_woman2.png"); }
      .client_archive > ul > li:nth-child(2) .client_card .content .overview .table table th,
      .client_archive > ul > li:nth-child(2) .client_card .content .overview .table table td {
        border-color: #bb8fd2; }
      .client_archive > ul > li:nth-child(2) .client_card .content .overview .table table th {
        background: #bb8fd2;
        border-bottom-color: #fff; }
      .client_archive > ul > li:nth-child(2) .client_card .content .point,
      .client_archive > ul > li:nth-child(2) .client_card .content .treatment,
      .client_archive > ul > li:nth-child(2) .client_card .content .review,
      .client_archive > ul > li:nth-child(2) .client_card .content .location {
        border-color: #bb8fd2; }
        .client_archive > ul > li:nth-child(2) .client_card .content .point .ttl,
        .client_archive > ul > li:nth-child(2) .client_card .content .treatment .ttl,
        .client_archive > ul > li:nth-child(2) .client_card .content .review .ttl,
        .client_archive > ul > li:nth-child(2) .client_card .content .location .ttl {
          color: #bb8fd2; }
        .client_archive > ul > li:nth-child(2) .client_card .content .point .contents .slick-dots li button,
        .client_archive > ul > li:nth-child(2) .client_card .content .treatment .contents .slick-dots li button,
        .client_archive > ul > li:nth-child(2) .client_card .content .review .contents .slick-dots li button,
        .client_archive > ul > li:nth-child(2) .client_card .content .location .contents .slick-dots li button {
          background: #f8f0fc;
          border-color: #bb8fd2; }
        .client_archive > ul > li:nth-child(2) .client_card .content .point .contents .slick-dots li.slick-active button,
        .client_archive > ul > li:nth-child(2) .client_card .content .treatment .contents .slick-dots li.slick-active button,
        .client_archive > ul > li:nth-child(2) .client_card .content .review .contents .slick-dots li.slick-active button,
        .client_archive > ul > li:nth-child(2) .client_card .content .location .contents .slick-dots li.slick-active button {
          background: #bb8fd2; }
      .client_archive > ul > li:nth-child(2) .client_card .content .point {
        background: #f8f0fc; }
        .client_archive > ul > li:nth-child(2) .client_card .content .point ul li::before {
          color: #f8f0fc; }
      .client_archive > ul > li:nth-child(2) .client_card .content .treatment .treatment_slides .treatment_slide table th {
        background: #bb8fd2; }
      .client_archive > ul > li:nth-child(2) .client_card .content .location .trigger {
        background: #bb8fd2; }
      .client_archive > ul > li:nth-child(2) .client_card .content .location table th {
        background: #bb8fd2; }
      .client_archive > ul > li:nth-child(2) .client_card .content .cta .cta_btn::before {
        width: 90px;
        height: 97px;
        background-image: url("../../sp/liposuction/assets/img/ico_woman2_btn.png"); }
    .client_archive > ul > li:nth-child(3) {
      background: #ddeaf8; }
      .client_archive > ul > li:nth-child(3)::before {
        background-image: url("../../sp/liposuction/assets/img/bg_blue_top.jpg"); }
      .client_archive > ul > li:nth-child(3)::after {
        background-image: url("../../sp/liposuction/assets/img/bg_blue_bottom.jpg");
        background-position: left bottom; }
      .client_archive > ul > li:nth-child(3) .client_card .client_name a {
        box-shadow: 0 0 10px rgba(128, 171, 231, 0.35); }
        .client_archive > ul > li:nth-child(3) .client_card .client_name a::before {
          background-image: url("../../sp/liposuction/assets/img/ico_crown3.png"); }
        .client_archive > ul > li:nth-child(3) .client_card .client_name a::after {
          width: 140px;
          height: 161px;
          background-image: url("../../sp/liposuction/assets/img/ico_woman3.png"); }
      .client_archive > ul > li:nth-child(3) .client_card .content .overview .table table th,
      .client_archive > ul > li:nth-child(3) .client_card .content .overview .table table td {
        border-color: #80abe7; }
      .client_archive > ul > li:nth-child(3) .client_card .content .overview .table table th {
        background: #80abe7;
        border-bottom-color: #fff; }
      .client_archive > ul > li:nth-child(3) .client_card .content .point,
      .client_archive > ul > li:nth-child(3) .client_card .content .treatment,
      .client_archive > ul > li:nth-child(3) .client_card .content .review,
      .client_archive > ul > li:nth-child(3) .client_card .content .location {
        border-color: #80abe7; }
        .client_archive > ul > li:nth-child(3) .client_card .content .point .ttl,
        .client_archive > ul > li:nth-child(3) .client_card .content .treatment .ttl,
        .client_archive > ul > li:nth-child(3) .client_card .content .review .ttl,
        .client_archive > ul > li:nth-child(3) .client_card .content .location .ttl {
          color: #80abe7; }
        .client_archive > ul > li:nth-child(3) .client_card .content .point .contents .slick-dots li button,
        .client_archive > ul > li:nth-child(3) .client_card .content .treatment .contents .slick-dots li button,
        .client_archive > ul > li:nth-child(3) .client_card .content .review .contents .slick-dots li button,
        .client_archive > ul > li:nth-child(3) .client_card .content .location .contents .slick-dots li button {
          background: #eef4fc;
          border-color: #80abe7; }
        .client_archive > ul > li:nth-child(3) .client_card .content .point .contents .slick-dots li.slick-active button,
        .client_archive > ul > li:nth-child(3) .client_card .content .treatment .contents .slick-dots li.slick-active button,
        .client_archive > ul > li:nth-child(3) .client_card .content .review .contents .slick-dots li.slick-active button,
        .client_archive > ul > li:nth-child(3) .client_card .content .location .contents .slick-dots li.slick-active button {
          background: #80abe7; }
      .client_archive > ul > li:nth-child(3) .client_card .content .point {
        background: #eef4fc; }
        .client_archive > ul > li:nth-child(3) .client_card .content .point ul li::before {
          color: #eef4fc; }
      .client_archive > ul > li:nth-child(3) .client_card .content .treatment .treatment_slides .treatment_slide table th {
        background: #80abe7; }
      .client_archive > ul > li:nth-child(3) .client_card .content .location .trigger {
        background: #80abe7; }
      .client_archive > ul > li:nth-child(3) .client_card .content .location table th {
        background: #80abe7; }
      .client_archive > ul > li:nth-child(3) .client_card .content .cta .cta_btn::before {
        width: 90px;
        height: 103px;
        background-image: url("../../sp/liposuction/assets/img/ico_woman3_btn.png"); }
    .client_archive > ul > li + li {
      margin-top: 60px; }

.section04 .inner {
  padding: 25px 0 40px 20px;
  background: #fff; }
  .section04 .inner .box_ttl {
    margin: 0 20px 25px 0; }
  .section04 .inner .wrap {
    width: 100%;
    overflow-x: scroll;
    position: relative; }
    .section04 .inner .wrap .scroll_ico {
      width: 110px;
      z-index: 10;
      background: rgba(87, 87, 87, 0.45);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 15px 0;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 20;
      top: 100px; }
      .section04 .inner .wrap .scroll_ico .scroll_txt {
        font-size: 11px;
        font-size: 1.1rem;
        color: #fff;
        font-weight: 700;
        margin-bottom: 3px; }
      .section04 .inner .wrap .scroll_ico img {
        display: block;
        width: 50px;
        margin: auto; }
    .section04 .inner .wrap .is_onscreen.scroll_ico {
      animation: fadeout-anim 3s linear forwards;
      animation-delay: 1s; }
@keyframes fadeout-anim {
  100% {
    opacity: 0; } }
  .section04 .inner table {
    width: 1300px;
    border: 1px solid #e4e4e4; }
    .section04 .inner table th, .section04 .inner table td {
      text-align: center;
      font-size: 1em;
      border: 1px solid #e4e4e4;
      padding: 8px 5px;
      width: 110px;
      background: #fff;
      font-size: 13.75px;
      font-size: 1.375rem; }
    .section04 .inner table thead th {
      background: #ff7bb3;
      color: #fff;
      padding: 5px; }
    .section04 .inner table tbody tr:first-child {
      background: #fffff0; }
      .section04 .inner table tbody tr:first-child td {
        background: #fffff0; }
    .section04 .inner table tbody td .price_list {
      display: inline-block; }
      .section04 .inner table tbody td .price_list li {
        margin-top: 5px;
        text-align: left; }
        .section04 .inner table tbody td .price_list li .item {
          display: inline-block;
          margin-right: 5px;
          padding: 4px 7px;
          background: #ffadba;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          color: #fff;
          font-weight: 700;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1; }
    .section04 .inner table thead tr th:first-child,
    .section04 .inner table tbody tr td:first-child {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100px; }
      .section04 .inner table thead tr th:first-child::after,
      .section04 .inner table tbody tr td:first-child::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e4e4e4;
        z-index: -1; }
    .section04 .inner table a {
      text-decoration: none; }
    .section04 .inner table a p {
      color: #10adf6;
      text-decoration: underline; }
  .section04 .inner .ico {
    width: 28px;
    margin: 0 auto 5px; }
  .section04 .inner .cta_btn {
    width: 95%;
    margin: 0 auto; }
    .section04 .inner .cta_btn a {
      line-height: 1.3;
      font-size: 16px;
      font-size: 1.6rem; }
    .section04 .inner .cta_btn.two a {
      line-height: 1.3;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 5px 0;
      margin-bottom: 8px; }

.section05 {
  padding: 120px 20px 40px; }
  .section05 .inner {
    position: relative;
    padding: 80px 20px 40px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section05 .inner .fukidashi_ttl {
      top: -60px; }
    .section05 .inner .name {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      .section05 .inner .name a {
        font-weight: 700;
        font-size: 23.75px;
        font-size: 2.375rem;
        text-decoration: none; }
    .section05 .inner .img {
      margin: 20px auto 0;
      text-align: center; }
    .section05 .inner .txt {
      margin-top: 15px;
      padding: 0 10px;
      font-size: 17.5px;
      font-size: 1.75rem;
      line-height: 1.7; }
    .section05 .inner .cta {
      margin-top: 20px; }
      .section05 .inner .cta .cta_btn::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 97px;
        background: url("../../sp/liposuction/assets/img/ico_woman1_btn.png") no-repeat left top/100% auto;
        pointer-events: none;
        animation: roundAnimation 3s ease infinite; }
      .section05 .inner .cta .cta_btn a {
        font-size: 20px;
        font-size: 2rem;
        padding: 20px 5px; }
      .section05 .inner .cta .cta_btn.two {
        margin-top: 10px; }
        .section05 .inner .cta .cta_btn.two::before {
          background: none; }

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 2px 10px 10px;
  background: rgba(255, 123, 179, 0.95); }
  .fixed_cta .inner {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto; }
    .fixed_cta .inner .cta {
      position: relative;
      padding-left: 140px; }
      .fixed_cta .inner .cta::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 120px;
        height: 129px;
        background: url("../../sp/liposuction/assets/img/fixed_cta.png") no-repeat left top/100% auto; }
      .fixed_cta .inner .cta .cta_txt {
        margin-bottom: 0;
        font-size: 17.5px;
        font-size: 1.75rem;
        font-weight: 700;
        text-align: center;
        color: #fff; }
        .fixed_cta .inner .cta .cta_txt strong {
          font-size: 180%; }
      .fixed_cta .inner .cta .cta_btn {
        max-width: 450px; }
        .fixed_cta .inner .cta .cta_btn a {
          font-size: 15.625px;
          font-size: 1.5625rem; }
    .fixed_cta .inner .btn {
      display: inline-flex; }
      .fixed_cta .inner .btn .cta_btn {
        margin: 0 5px; }
        .fixed_cta .inner .btn .cta_btn a {
          font-size: 14px;
          font-size: 1.4rem;
          width: 160px; }

.footer {
  background: #ff7bb3; }
  .footer .f_nav {
    padding: 20px 0; }
    .footer .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
  .footer .copyright {
    background: #ffadba;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 11px;
    font-size: 1.1rem; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 25.11%;
        width: 67.5%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 80.86%; }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }
        .exitProtection .wrap .btn .cta_btn span {
          display: block;
          text-decoration: none;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          font-size: 22px;
          font-size: 2.2rem;
          text-align: center;
          padding: 15px 0;
          position: relative; }
      .exitProtection .wrap .btn.two {
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 78.73%;
        display: inline-flex; }
        .exitProtection .wrap .btn.two .cta_btn {
          width: 100%;
          margin: 0 10px; }
          .exitProtection .wrap .btn.two .cta_btn a {
            display: block;
            text-decoration: none;
            line-height: 1.4;
            color: #fff !important;
            font-weight: 700;
            font-size: 15px;
            font-size: 1.5rem;
            text-align: center;
            padding: 25px 0;
            position: relative; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.viral_remark {
  font-size: 1.2rem;
  padding-top: 25px;
  text-align: right; }
