@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%;
  font-weight: normal; }

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 #ba326c;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ba326c;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #ba326c;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ba326c;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #ba326c;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #ba326c;
  -moz-box-shadow: 0 4px 0 #ba326c;
  box-shadow: 0 4px 0 #ba326c;
  background: #fd589e;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::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 {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 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: #f3f5ff;
  font-size: 1.6em;
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #505050; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #505050;
    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(253, 88, 158, 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: #fd589e;
    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; } }

.remarks {
  margin-top: 6px;
  font-size: 10px;
  font-size: 1rem; }

sup {
  font-size: 10px;
  font-size: 1rem; }

.wrapper {
  width: 750px;
  margin: auto;
  background: #fff; }

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

.fv .fv_txt {
  background: #ffe0f1;
  padding: 8px 5px;
  position: relative; }
  .fv .fv_txt .date {
    width: 40%;
    background: #fff;
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    position: absolute;
    left: 47%;
    top: 3em;
    display: none; }
    .fv .fv_txt .date span {
      color: #fd589e; }
  .fv .fv_txt .txt {
    text-align: center;
    padding-left: 1%;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem; }
    .fv .fv_txt .txt span {
      font-size: 120%;
      color: #fd589e; }

.btn_wrap {
  position: relative; }
  .btn_wrap p {
    font-weight: 600; }
  .btn_wrap .cta_btn a {
    color: #EFFF00 !important;
    text-shadow: 0 3px 6px #00000029; }

.section01 {
  margin-top: 20px; }
  .section01 .top_heading {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem; }
    .section01 .top_heading span {
      color: #fd589e;
      font-size: 120%; }
  .section01 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 65px 20px 0px; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
  .section01 table {
    width: 100%;
    background: #fff;
    position: relative;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0; }
    .section01 table::before, .section01 table::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
    .section01 table::after {
      width: calc(100% / 3);
      height: 100%;
      border: 2px solid #fd589e;
      z-index: 5; }
    .section01 table th, .section01 table td {
      text-align: center;
      padding: 8px;
      vertical-align: top;
      font-size: 13px;
      font-size: 1.3rem;
      width: calc(100% / 3); }
    .section01 table th {
      font-weight: 700;
      background: #e8ecfe;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 5px; }
    .section01 table td {
      border-left: 1px solid #d0d0d0;
      position: relative;
      vertical-align: top;
      padding-top: 12px;
      padding-bottom: 12px; }
      .section01 table td span {
        font-weight: 700;
        color: #fd589e; }
    .section01 table tr td:first-child {
      background: #fefee0; }
      .section01 table tr td:first-child p {
        color: #fd589e;
        font-weight: 700; }
    .section01 table tr:first-child td {
      vertical-align: top; }
    .section01 table tr:first-child td::before {
      content: "";
      position: absolute;
      width: 70px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -56px;
      pointer-events: none;
      z-index: 10; }
    .section01 table tr:first-child td:nth-child(1)::before {
      background-image: url("../../sp/slimming/assets/img/ico_crown1.png"); }
    .section01 table tr:first-child td:nth-child(2)::before {
      background-image: url("../../sp/slimming/assets/img/ico_crown2.png"); }
    .section01 table tr:first-child td:nth-child(3)::before {
      background-image: url("../../sp/slimming/assets/img/ico_crown3.png"); }
    .section01 table tr:last-child td {
      padding-top: 3px;
      vertical-align: bottom; }
  .section01 .name {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
  .section01 .image {
    padding: 5px;
    padding-top: 40px; }
    .section01 .image a {
      display: block; }
      .section01 .image a p {
        text-decoration: underline;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 5px;
        font-weight: 700; }
  .section01 tr:first-child td:first-child .image a p {
    color: #fd589e; }
  .section01 .ico {
    width: 30px;
    margin: 0 auto 3px; }
  .section01 .cta_btn {
    position: relative;
    margin: 0 0 5px; }
    .section01 .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px;
      padding-bottom: 15px; }
  .section01 .achievement {
    margin: 20px auto;
    width: 670px;
    background: #ffe9f2;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #ffcae0;
    padding: 0 8px 8px; }
    .section01 .achievement .ttl {
      color: #fd589e;
      text-align: center;
      font-weight: 700;
      padding: 10px 0;
      font-size: 19px;
      font-size: 1.9rem; }
    .section01 .achievement .txt {
      margin-bottom: 10px;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem; }
      .section01 .achievement .txt span {
        color: #fd589e; }
      .section01 .achievement .txt .remarks {
        text-align: right; }
    .section01 .achievement .achievement_inner {
      padding: 15px 20px;
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .section01 .achievement .achievement_inner .slick-dots {
        bottom: -85px; }
        .section01 .achievement .achievement_inner .slick-dots li {
          margin: 0 2px; }
          .section01 .achievement .achievement_inner .slick-dots li button::before {
            content: '';
            width: 12px;
            height: 12px;
            background: #ffe9f2;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -o-border-radius: 100%;
            -ms-border-radius: 100%;
            opacity: 1; }
          .section01 .achievement .achievement_inner .slick-dots li.slick-active button:before {
            background: #fd589e;
            opacity: 1; }
    .section01 .achievement .slick-dotted.slick-slider {
      margin-bottom: 0; }

.section02 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfbe2+0,e7fffa+38,fff2fe+100 */
  background: linear-gradient(158deg, #fdfbe2 0%, #e7fffa 38%, #fff2fe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .section02 .inner {
    padding: 0 20px 50px; }
  .section02 .heading {
    width: 68.49%;
    margin: auto;
    position: relative;
    top: -20px; }
  .section02 .wrap {
    margin-top: -20px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 20px 30px; }
    .section02 .wrap h2 {
      text-align: center;
      font-weight: 700;
      font-size: 28px;
      font-size: 2.8rem;
      color: #fd589e; }
      .section02 .wrap h2 span {
        color: #505050;
        background: linear-gradient(transparent 60%, #ffecf4 60%); }
    .section02 .wrap .image {
      margin-top: 40px;
      padding: 0 20px; }

.section03 {
  padding: 40px 20px 30px; }
  .section03 .ttl {
    width: 539px;
    height: 163px;
    margin: auto;
    background-image: url("../../sp/slimming/assets/img/section03_ttl.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center; }
    .section03 .ttl h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 500;
      letter-spacing: 0.06em; }
      .section03 .ttl h2 .bold {
        font-weight: 700; }
      .section03 .ttl h2 .pink {
        font-size: 120%;
        color: #fd589e; }
  .section03 .lead {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
  .section03 .wrap {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 3px solid #e8ecfe;
    padding: 25px 40px;
    margin-top: 20px;
    -webkit-box-shadow: 0 3px 10px rgba(80, 80, 80, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(80, 80, 80, 0.15);
    box-shadow: 0 3px 10px rgba(80, 80, 80, 0.15);
    font-size: 17px;
    font-size: 1.7rem; }
    .section03 .wrap .heading {
      width: 50%;
      margin: auto;
      margin-bottom: 20px;
      background: #e8ecfe;
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 500;
      padding: 5px 0;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px; }
  .section03 .efficacy ul li {
    position: relative;
    padding-left: 1.2em; }
    .section03 .efficacy ul li::before {
      content: "●";
      position: absolute;
      left: 0;
      top: 0;
      color: #bbc5ef; }
    .section03 .efficacy ul li span {
      font-weight: 700; }
  .section03 .faq {
    margin-top: 20px; }
    .section03 .faq .items .item {
      margin-top: 10px; }
    .section03 .faq .question, .section03 .faq .answer {
      position: relative;
      padding-left: 1.2em; }
      .section03 .faq .question::before, .section03 .faq .answer::before {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 700; }
    .section03 .faq .question::before {
      content: "Q."; }
    .section03 .faq .answer {
      color: #fd589e;
      font-weight: 700; }
      .section03 .faq .answer::before {
        content: "A."; }

.section03_dif {
  padding: 40px 20px 30px; }
  .section03_dif .inner p {
    line-height: 1.5;
    color: #555;
    margin-bottom: 2em;
    background-size: 35%; }
    .section03_dif .inner p span {
      color: #FF61B5;
      font-weight: bold; }
  .section03_dif .inner h2 {
    border: 2px solid #FF9ACC;
    border-radius: 7px;
    margin-bottom: 1em;
    background: #FFF0F7;
    padding: 1em;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    text-align: center; }
  .section03_dif .inner .comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2em; }
    .section03_dif .inner .comparison-table th,
    .section03_dif .inner .comparison-table td {
      border: 1px solid #f5b7d7;
      padding: 12px 8px;
      word-break: break-word;
      text-align: center; }
    .section03_dif .inner .comparison-table thead th {
      background-color: #faf6ff;
      font-weight: bold;
      color: #777; }
      .section03_dif .inner .comparison-table thead th:nth-child(1) {
        background: none; }
      .section03_dif .inner .comparison-table thead th:nth-child(2) {
        color: #f56fa1; }
    .section03_dif .inner .comparison-table tbody td:nth-child(1) {
      font-weight: bold;
      white-space: nowrap;
      color: #777; }
    .section03_dif .inner .comparison-table tbody td:nth-child(2) {
      color: #f56fa1; }
    .section03_dif .inner .comparison-table tbody td:nth-child(2), .section03_dif .inner .comparison-table tbody td:nth-child(3), .section03_dif .inner .comparison-table tbody td:nth-child(4), .section03_dif .inner .comparison-table tbody td:nth-child(5) {
      font-size: .9em; }
    .section03_dif .inner .comparison-table tbody td .ico {
      width: 30px;
      margin: 0 auto 3px; }
    .section03_dif .inner .comparison-table tbody td {
      color: #333; }
    .section03_dif .inner .comparison-table tr:last-child td {
      padding-top: 2px;
      vertical-align: bottom; }

.section03_sq {
  padding: 40px 20px 30px; }
  .section03_sq .inner h2 {
    border: 2px solid #FF9ACC;
    border-radius: 7px;
    margin-bottom: 1em;
    background: #FFF0F7;
    padding: 1em 0 1em 3em;
    font-size: 1.2em;
    font-weight: bold;
    position: relative; }
    .section03_sq .inner h2::after {
      position: absolute;
      width: 121px;
      height: 137px;
      background: transparent url("../../sp/slimming/assets/img/section03_sq_ttl-icon.png");
      content: "";
      bottom: 0;
      right: 100px; }
  .section03_sq .inner .image {
    text-align: center;
    margin-bottom: 1em; }
  .section03_sq .qa h2 {
    border: 2px solid #FF9ACC;
    border-radius: 7px;
    margin-bottom: 1em;
    background: #FFF0F7;
    padding: 1em 0 1em 2em;
    font-size: 1.2em;
    font-weight: bold;
    position: relative; }
  .section03_sq .qa ul li {
    border: 1px solid #FFB3D9;
    background: #fff;
    padding: 1em;
    border-radius: 7px;
    margin-bottom: 1em; }
    .section03_sq .qa ul li h4 {
      color: #ED539F;
      padding-bottom: .75em;
      border-bottom: 1px solid #ddd;
      margin-bottom: .75em;
      font-weight: bold; }
    .section03_sq .qa ul li p {
      font-weight: bold;
      color: #333; }

.section04 {
  padding: 30px 20px 20px; }
  .section04 h2 {
    width: 80%;
    margin: auto; }

.slider {
  opacity: 0;
  transition: opacity .3s linear; }
  .slider.slick-initialized {
    opacity: 1; }

.client_archive {
  margin-top: 40px; }
  .client_archive > ul > li {
    margin-top: 40px; }
    .client_archive > ul > li:first-child {
      margin-top: 0; }
  .client_archive .client_card {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(80, 80, 80, 0.2);
    -moz-box-shadow: 0 0 10px rgba(80, 80, 80, 0.2);
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.2); }
    .client_archive .client_card .client_name {
      position: relative;
      padding: 12px 10px 12px 110px;
      border-bottom: 1px solid #ffcae0;
      text-align: left; }
      .client_archive .client_card .client_name::before {
        content: "";
        position: absolute;
        width: 75px;
        height: 106px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 20px;
        top: -16px;
        pointer-events: none; }
      .client_archive .client_card .client_name a {
        color: #31302c;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        text-decoration: none; }
        .client_archive .client_card .client_name a:hover {
          text-decoration: underline; }
    .client_archive .client_card .client_inner {
      padding: 25px 20px; }
  .client_archive > ul > li:nth-child(1) .client_card {
    background: #fffddd; }
  .client_archive > ul > li:nth-child(1) .client_name::before {
    background-image: url("../../sp/slimming/assets/img/ico_crown1.png"); }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("../../sp/slimming/assets/img/ico_crown2.png"); }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("../../sp/slimming/assets/img/ico_crown3.png"); }
  .client_archive .top_heading {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #fd589e;
    font-weight: 700; }
  .client_archive .overview {
    margin: 20px 0 10px;
    -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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .client_archive .overview .image {
      width: 250px;
      margin: 0 auto; }
    .client_archive .overview .txt {
      width: calc(100% - 250px);
      padding-left: 15px; }
      .client_archive .overview .txt table {
        width: 100%;
        border: 1px solid #e7e7e7;
        background: #fff;
        font-size: 15px;
        font-size: 1.5rem; }
        .client_archive .overview .txt table th, .client_archive .overview .txt table td {
          vertical-align: middle;
          padding: 12px 10px;
          border-left: 1px solid #e7e7e7;
          border-bottom: 1px solid #e7e7e7;
          line-height: 1.3; }
        .client_archive .overview .txt table th {
          font-weight: 500;
          background: #e8ecfe;
          border-bottom-color: #fff;
          width: 46%;
          font-weight: 700; }
        .client_archive .overview .txt table .ico_wrap {
          -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: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .client_archive .overview .txt table .ico_wrap .ico {
            width: 24px; }
          .client_archive .overview .txt table .ico_wrap .txt {
            padding-left: 5px; }
  .client_archive .cct table {
    width: 100%;
    border-collapse: collapse;
    text-align: center; }
    .client_archive .cct table th {
      background-color: #fd589e;
      color: #fff;
      font-weight: bold;
      padding: 10px;
      border: 1px solid #fff;
      white-space: nowrap;
      text-align: center; }
    .client_archive .cct table td {
      padding: 5px 0;
      border: 1px solid #f5b7d7;
      font-size: 24px;
      color: #fd589e;
      text-align: center;
      background: #fff; }
  .client_archive .point {
    margin-top: 12px;
    background: #ffe9f2;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #ffcae0;
    padding: 0 8px 8px; }
    .client_archive .point .ttl {
      color: #fd589e;
      text-align: center;
      font-weight: 700;
      padding: 10px 0;
      font-size: 19px;
      font-size: 1.9rem; }
    .client_archive .point ul {
      padding: 15px 20px 20px;
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
    .client_archive .point ul li {
      font-size: 18px;
      font-size: 1.8rem;
      position: relative;
      padding-left: 1.2em; }
      .client_archive .point ul li::before {
        content: "●";
        color: #ffc5dd;
        position: absolute;
        left: 0;
        top: 0; }
      .client_archive .point ul li span {
        color: #fd589e;
        font-weight: 700; }
  .client_archive .achievement {
    margin-top: 12px;
    background: #ffe9f2;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #ffcae0;
    padding: 0 8px 8px; }
    .client_archive .achievement .ttl {
      color: #fd589e;
      text-align: center;
      font-weight: 700;
      padding: 10px 0;
      font-size: 19px;
      font-size: 1.9rem; }
    .client_archive .achievement .achievement_inner {
      padding: 15px 20px;
      background: #fff;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .client_archive .achievement .achievement_inner .slick-dots {
        bottom: -30px; }
        .client_archive .achievement .achievement_inner .slick-dots li {
          margin: 0 2px; }
          .client_archive .achievement .achievement_inner .slick-dots li button::before {
            content: '';
            width: 12px;
            height: 12px;
            background: #ffe9f2;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -o-border-radius: 100%;
            -ms-border-radius: 100%;
            opacity: 1; }
          .client_archive .achievement .achievement_inner .slick-dots li.slick-active button:before {
            background: #fd589e;
            opacity: 1; }
  .client_archive .review {
    border: 1px solid #fd589e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-top: 12px;
    overflow: hidden; }
    .client_archive .review .review_trigger {
      text-align: center;
      font-size: 19px;
      font-size: 1.9rem;
      color: #fd589e;
      background: #fff;
      position: relative;
      padding: 12px 0;
      cursor: pointer;
      font-weight: 700; }
    .client_archive .review .review_inner {
      background: #fff;
      padding: 10px 20px 40px;
      position: relative; }
      .client_archive .review .review_inner .quote {
        position: absolute;
        font-size: 10px;
        font-size: 1rem;
        right: 15px;
        bottom: 15px;
        text-align: right; }
    .client_archive .review .review_slides {
      -webkit-box-shadow: 0 0 7px rgba(253, 88, 158, 0.2);
      -moz-box-shadow: 0 0 7px rgba(253, 88, 158, 0.2);
      box-shadow: 0 0 7px rgba(253, 88, 158, 0.2);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .client_archive .review .review_slides .review_slide {
        padding: 20px;
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem; }
      .client_archive .review .review_slides .slick-dots {
        bottom: -38px; }
        .client_archive .review .review_slides .slick-dots li {
          margin: 0 2px; }
          .client_archive .review .review_slides .slick-dots li button::before {
            content: '';
            width: 12px;
            height: 12px;
            background: #ffe9f2;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -o-border-radius: 100%;
            -ms-border-radius: 100%;
            opacity: 1; }
          .client_archive .review .review_slides .slick-dots li.slick-active button:before {
            background: #fd589e;
            opacity: 1; }
    .client_archive .review .review_slides {
      opacity: 0;
      transition: opacity .3s linear; }
      .client_archive .review .review_slides.slick-initialized {
        opacity: 1; }
    .client_archive .review .slick-slide {
      height: auto !important;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .client_archive .bnr_box {
    margin: 20px auto 0;
    text-align: center; }
  .client_archive .location {
    margin-top: 20px; }
    .client_archive .location .ttl {
      text-align: center;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem; }
    .client_archive .location .location_items {
      margin-top: 20px; }
      .client_archive .location .location_items .location_item {
        margin-top: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border: 2px solid #ffe9f2;
        padding: 10px; }
        .client_archive .location .location_items .location_item:first-child {
          margin-top: 0; }
        .client_archive .location .location_items .location_item 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: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -webkit-gap: 10px;
          -moz-gap: 10px;
          -ms-gap: 10px;
          -o-gap: 10px;
          gap: 10px; }
          .client_archive .location .location_items .location_item ul li {
            padding: 10px;
            width: 30%;
            background: #fff;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 500;
            border: 1px solid #fd589e;
            color: #fd589e;
            text-align: center; }
      .client_archive .location .location_items table {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem; }
        .client_archive .location .location_items table th {
          width: 25%;
          background: #fefee0;
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center;
          font-weight: 500; }
        .client_archive .location .location_items table td {
          padding-left: 10px; }
    .client_archive .location .location_items2 {
      margin-top: 20px; }
      .client_archive .location .location_items2 .location_item {
        margin-top: 8px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border: 2px solid #ffe9f2;
        padding: 10px 20px;
        position: relative;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        background: #fff8fb; }
        .client_archive .location .location_items2 .location_item .trigger {
          position: relative;
          cursor: pointer; }
          .client_archive .location .location_items2 .location_item .trigger::before {
            content: "＋";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-weight: 700;
            font-size: 20px;
            font-size: 2rem; }
          .client_archive .location .location_items2 .location_item .trigger.active::before {
            content: "－"; }
          .client_archive .location .location_items2 .location_item .trigger:first-child {
            margin-top: 0; }
        .client_archive .location .location_items2 .location_item .acordion_content {
          margin-top: 15px; }
        .client_archive .location .location_items2 .location_item 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: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -webkit-gap: 10px;
          -moz-gap: 10px;
          -ms-gap: 10px;
          -o-gap: 10px;
          gap: 10px; }
          .client_archive .location .location_items2 .location_item ul li {
            padding: 10px;
            width: 30%;
            background: #fff;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 500;
            border: 1px solid #fd589e;
            color: #fd589e;
            text-align: center; }
      .client_archive .location .location_items2 table {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        border: 1px solid #ffc5dd;
        background: #fff; }
        .client_archive .location .location_items2 table th, .client_archive .location .location_items2 table td {
          padding: 10px; }
        .client_archive .location .location_items2 table th {
          width: 30%;
          background: #ffc5dd;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          border-bottom: 1px solid #fff; }
        .client_archive .location .location_items2 table td {
          padding-left: 10px;
          border-bottom: 1px solid #ffc5dd; }
  .client_archive .cta {
    margin-top: 15px; }
    .client_archive .cta .txt {
      text-align: center;
      font-weight: 700;
      color: #fd589e;
      font-size: 20px;
      font-size: 2rem; }
    .client_archive .cta .cta_btn {
      margin: 8px auto 0; }
    .client_archive .cta .sponsor {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center; }
    .client_archive .cta .line_wrap {
      position: relative; }
      .client_archive .cta .line_wrap img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%; }

.section05 .inner {
  padding: 25px 0 40px 20px; }
.section05 .wrap {
  width: 100%;
  overflow: scroll;
  position: relative; }
.section05 table {
  width: 1000px;
  border: 1px solid #e4e4e4; }
  .section05 table th, .section05 table td {
    text-align: center;
    font-size: 1em;
    border: 1px solid #e4e4e4;
    padding: 10px 5px;
    width: 110px;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem; }
  .section05 table thead th {
    background: #e8ecfe; }
  .section05 table tbody tr:first-child {
    background: #fffff0; }
    .section05 table tbody tr:first-child td {
      background: #fffff0; }
  .section05 table thead tr th:first-child,
  .section05 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100px; }
    .section05 table thead tr th:first-child::after,
    .section05 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; }
  .section05 table a {
    text-decoration: none; }
  .section05 table a p {
    color: #04a8e5;
    text-decoration: underline; }
  .section05 table td span {
    font-weight: 700;
    color: #fd589e; }
.section05 .ico {
  width: 35px;
  margin: 0 auto 5px; }
.section05 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section05 .cta_btn a {
  line-height: 1.3;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem; }

.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; }
  .scroll_ico .scroll_txt {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3px; }
  .scroll_ico img {
    display: block;
    width: 50px;
    margin: auto; }

.is_onscreen.scroll_ico {
  animation: fadeout-anim 3s linear forwards;
  animation-delay: 1s; }

@keyframes fadeout-anim {
  100% {
    opacity: 0; } }
.section06 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfbe2+0,e7fffa+38,fff2fe+100 */
  background: linear-gradient(158deg, #fdfbe2 0%, #e7fffa 38%, #fff2fe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 55px 20px 60px; }
  .section06 .content {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative;
    padding: 0 20px 30px; }
  .section06 .ttl {
    position: relative;
    top: -20px;
    width: 400px;
    height: 78px;
    margin: auto;
    background-image: url("../../sp/slimming/assets/img/section06_ttl.png");
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 400px auto; }
    .section06 .ttl h2 {
      text-align: center;
      color: #fd589e;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      width: 100%; }
  .section06 .name {
    text-align: center;
    margin-top: -5px; }
    .section06 .name a {
      font-weight: 700;
      font-size: 22px;
      font-size: 2.2rem;
      text-decoration: none; }
  .section06 .image {
    width: 210px;
    margin: auto;
    margin-top: 15px; }
  .section06 .txt {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7; }
    .section06 .txt .marker {
      background: linear-gradient(transparent 60%, #ffffc1 60%);
      font-weight: 700; }
    .section06 .txt .pink {
      font-weight: 700;
      color: #fd589e; }
  .section06 .cta {
    margin-top: 15px; }
    .section06 .cta .cta_txt {
      text-align: center;
      font-weight: 700;
      color: #fd589e;
      font-size: 22px;
      font-size: 2.2rem; }
    .section06 .cta .cta_btn {
      margin-top: 5px; }
      .section06 .cta .cta_btn a {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 20px 0;
        color: #EFFF00 !important;
        text-shadow: 0 3px 6px #00000029; }
      .section06 .cta .cta_btn::before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        border-radius: inherit;
        border: solid 1px #EFFF00; }
    .section06 .cta .sponcer {
      margin-top: 8px;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem; }
    .section06 .cta .line_wrap {
      position: relative; }
      .section06 .cta .line_wrap img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%; }

.fixed_cta {
  position: fixed;
  display: none;
  width: 750px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  margin: auto; }
  .fixed_cta .inner {
    position: relative; }
  .fixed_cta .image2 {
    width: 141px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 20px;
    pointer-events: none; }
  .fixed_cta .cta {
    position: absolute;
    width: 50%;
    right: 20.4%;
    top: 10px;
    z-index: 2; }
    .fixed_cta .cta .cta_btn a {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 10px 0; }
      .fixed_cta .cta .cta_btn a span {
        color: #EFFF00 !important; }

.footer {
  background: #ddd; }
  .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 {
        text-decoration: none; }
  .footer .copyright {
    background: #e8ecfe;
    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;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 114px;
        width: 270px; }
    .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: 13px;
      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;
      bottom: 21px; }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }
        .exitProtection .wrap .btn .cta_btn span {
          -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;
          text-decoration: none;
          line-height: 1.4;
          color: #fff !important;
          font-weight: 700;
          font-size: 19px;
          font-size: 1.9rem;
          text-align: center;
          padding: 5px 0;
          position: relative; }
          .exitProtection .wrap .btn .cta_btn span::before {
            content: "";
            width: 47px;
            height: 47px;
            background-image: url("img/cta_ico_01.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            position: absolute;
            top: 50%;
            margin-top: -23px;
            left: 15px;
            pointer-events: none;
            z-index: 10;
            animation: roundAnimation 3s ease infinite; }

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

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