/* tablet */
/* tablet with shorter witdth */
/* mobile */
select,
.selectable {
  background-image: url("../img/pm-footer-picker-arrow.svg");
  background-position: calc(100% - 8px) calc(1em - 2px);
  background-size: 8px 14px;
  background-repeat: no-repeat;
}

html,
body {
  color: #4c4c4c;
  font-family: PingFangHK, Helvetica, Arial, Microsoft JhengHei, SimHei, sans-serif;
  font-size: 20px;
  line-height: 32px;
  scroll-behavior: smooth !important;
}

h2 {
  margin: 0 0 16px;
  color: #d85a7a;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  margin: 0 0 16px;
  color: #4c4c4c;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 26px;
  }
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select,
.selectable {
  width: 290px;
  border: 0;
  height: 43px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
  color: #616161;
  font-family: inherit;
  font-size: 16px;
  border: solid 1.3px #ebebeb;
  margin: 6px;
  -ms-user-select: none;
}
@media screen and (max-width: 1024px) {
  input[type=text],
select,
.selectable {
    width: 100%;
    display: block;
    background-position: 95% 50%;
  }
}
@media screen and (max-width: 414px) {
  input[type=text],
select,
.selectable {
    height: 32px;
  }
}

input::placeholder {
  color: #616161;
}

select,
.selectable {
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px 24px 5px 12px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  margin: 6px;
}
@media screen and (max-width: 414px) {
  select,
.selectable {
    height: 32px;
    padding: 0px 16px;
    background-position: 95% 50%;
  }
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header {
  z-index: 2;
  box-shadow: 0 6px 24px -2px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
}

main {
  background-color: #fff;
  overflow: hidden;
  padding-top: 95px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 56px;
  }
}

.content-wrapper {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 414px) {
  .content-wrapper {
    padding: 0 16px;
  }
}

#form-wrapper {
  background-color: #fff;
  color: #616161;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #form-wrapper {
    padding: 0 0 40px;
  }
}
#form-wrapper h1 {
  color: #d85a7a;
  font-family: LucidaGrande, Helvetica, Arial, Microsoft JhengHei, SimHei, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1024px) {
  #form-wrapper h1 {
    font-size: 30px;
  }
}

#page-thermage #form,
#page-ulthera #form {
  display: none;
}

#form {
  padding-bottom: 50px;
  overflow: hidden;
}
#form .content-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1920px;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #form .content-wrapper {
    flex-direction: column;
    height: auto;
  }
}
#form .image-container {
  flex: 0.5;
  background-color: rgba(252, 195, 158, 0.3);
  display: flex;
  flex-direction: row;
  padding: 30px 38px;
}
@media screen and (max-width: 1024px) {
  #form .image-container {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 414px) {
  #form .image-container {
    padding: 16px;
  }
}
#form .image-container > div {
  margin: 0 auto;
}
#form .image-container img {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 35px 0 25px;
  border-radius: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #form .image-container img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  #form .image-container img {
    width: 200px;
    height: 200px;
  }
}
#form .image-container .course-container {
  text-align: center;
}
#form .image-container .course-container .course-name {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #e65278;
}
@media screen and (max-width: 1024px) {
  #form .image-container .course-container .course-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  #form .image-container .course-container .course-name {
    font-size: 15px;
  }
}
#form .image-container .course-container .or {
  width: 50px;
  height: 50px;
  background-color: #e65278;
  border-radius: 100%;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
@media screen and (max-width: 1280px) {
  #form .image-container .course-container .or {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  #form .image-container .course-container .or {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 414px) {
  #form .image-container .course-container .or {
    margin: 20px auto;
  }
}
#form .form-container {
  display: block;
  flex: 0.5;
  background-color: rgba(252, 195, 181, 0.1);
  padding: 30px 38px;
}
@media screen and (max-width: 1024px) {
  #form .form-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #form .form-container {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container {
    padding: 16px 16px;
  }
}
#form .form-container h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: normal;
  color: #e65278;
}
@media screen and (max-width: 414px) {
  #form .form-container h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#form .form-container h2 br {
  display: none;
}
@media screen and (max-width: 414px) {
  #form .form-container h2 br {
    display: block;
  }
}
#form .form-container .min-text {
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 414px) {
  #form .form-container .min-text {
    font-size: 18px;
  }
}
#form .form-container .color-background {
  width: 450px;
  height: 85px;
  background-color: #e65278;
  border-top-left-radius: 85px;
  border-bottom-right-radius: 85px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#form .form-container .color-background::after {
  content: "";
  width: 144px;
  height: 42px;
  position: absolute;
  top: -8px;
  right: -8px;
  border-top: 1px solid #d85a7a;
  border-right: 1px solid #d85a7a;
}
@media screen and (max-width: 768px) {
  #form .form-container .color-background {
    width: 322px;
    height: 54px;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container .color-background {
    width: 250px;
    height: 42px;
  }
}
#form .form-container .color-background > div {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #form .form-container .color-background > div {
    max-width: 230px;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container .color-background > div {
    max-width: 180px;
  }
}
#form .form-container .color-background .big-text {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #form .form-container .color-background .big-text {
    font-size: 17px;
    line-height: normal;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container .color-background .big-text {
    font-size: 13px;
  }
}
#form .form-container .color-background .small-text {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
#form .form-container .color-background .small-text.left {
  align-self: flex-start;
}
#form .form-container .color-background .small-text.right {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  #form .form-container .color-background .small-text {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container .color-background .small-text {
    font-size: 11px;
  }
}
#form .form-container .step-container {
  justify-content: center;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 49px;
  padding-bottom: 52px;
  margin: auto;
}
@media screen and (max-width: 414px) {
  #form .form-container .step-container {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#form .form-container .step-container .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 236px;
  margin-left: 13.2px;
}
@media screen and (max-width: 768px) {
  #form .form-container .step-container .step {
    width: 40%;
  }
}
#form .form-container .step-container .step .oval {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #b3b3b3;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 414px) {
  #form .form-container .step-container .step .oval {
    width: 35px;
    height: 35px;
  }
}
#form .form-container .step-container .step .oval.selected {
  background-color: #e65278;
}
#form .form-container .step-container .step .oval .number {
  font-size: 55px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #form .form-container .step-container .step .oval .number {
    font-size: 18px;
  }
}
#form .form-container .step-container .step .text {
  font-size: 16px;
  line-height: 1.78;
  color: #616161;
  line-height: 1.5;
  margin: 0;
  margin-left: 6px;
}
#form .form-container .step-container .step .text.selected {
  color: #e65278;
}
@media screen and (max-width: 414px) {
  #form .form-container .step-container .step .text {
    font-size: 12px;
  }
}
#form .form-container .step-container .step::after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(230, 82, 120, 0.32);
  position: absolute;
  bottom: -13px;
  left: 0;
  bottom: -13px;
}
#form .form-container .step-container .step.selected::after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e65278;
  position: absolute;
  bottom: -13px;
  left: 0;
}
#form .form-container .input-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#form .form-container .input-container .form_row {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  padding: 0.3rem 0;
}
@media screen and (max-width: 768px) {
  #form .form-container .input-container .form_row {
    flex-direction: column;
    padding: 0.5rem 0;
  }
}
#form .form-container .input-container .form_row .form_row_title {
  display: flex;
  width: 8rem;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  font-size: 1rem;
  margin-left: 0.5em;
  margin-bottom: 0;
}
#form .form-container .input-container .form_row .form_row_content {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  border: solid 1.3px #ebebeb;
  position: relative;
}
#form .form-container .input-container .form_row .form_row_content input[type=text] {
  width: 100%;
  border: 0px;
  padding: 0px 0px 0px 1rem;
  margin: 0px;
  background-color: white;
  z-index: 1;
}
#form .form-container .input-container .form_row .form_row_content select, #form .form-container .input-container .form_row .form_row_content .selectable, #form .form-container .input-container .form_row .form_row_content .input-item {
  width: 100%;
  border: none;
  margin: 0;
  font-size: 16px;
}
#form .form-container .terms-container {
  max-width: 824px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
}
#form .form-container .terms-container .terms-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #form .form-container .terms-container .terms-row {
    justify-content: flex-start;
    width: 100%;
  }
}
#form .form-container .terms-container .terms-row input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 3px;
}
#form .form-container .form-remarks {
  padding-top: 32px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 1.61;
  text-align: center;
  color: #616161;
}
@media screen and (max-width: 414px) {
  #form .form-container .form-remarks {
    font-size: 11px;
  }
}
#form .form-container .registerContainer {
  position: relative;
  margin: 51px auto 16px;
}
@media screen and (max-width: 414px) {
  #form .form-container .registerContainer {
    margin: 12px auto;
  }
}
#form .form-container .registerContainer .registerText {
  width: 300px;
  height: 76px;
  background-color: #e65278;
  text-align: center;
  border-radius: 12px;
  margin: 0px auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  border-width: 0;
  cursor: pointer;
}
#form .form-container .registerContainer .registerText.confirm {
  color: #fff;
  background-color: #e65278;
}
@media screen and (max-width: 768px) {
  #form .form-container .registerContainer .registerText {
    width: 180px;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container .registerContainer .registerText {
    width: 137px;
    height: 34px;
    font-size: 13px;
  }
}
#form .form-container .registerContainer .backText {
  width: 130px;
  height: 76px;
  border: solid 1px #e65278;
  top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #e65278;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #form .form-container .registerContainer .backText {
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #form .form-container .registerContainer .backText {
    left: 16px;
    width: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  #form .form-container .registerContainer .backText {
    left: 10px;
    width: 60px;
    height: 34px;
    font-size: 13px;
  }
}

.form-row {
  margin: 10px 0;
}

.checkbox-label {
  font-size: 13px;
  line-height: 1.49;
  padding-right: 24px;
  padding-left: 5px;
  text-align: left;
}
@media screen and (max-width: 414px) {
  .checkbox-label {
    font-size: 11px;
  }
}

footer {
  position: relative;
  min-height: 299px;
  padding: 48px 0px 0px;
  background-color: #fcfcfc;
  color: #4f4f4f;
}
@media screen and (max-width: 768px) {
  footer {
    min-height: 130px;
    padding: 16px 0px 0px;
  }
}

.header-container {
  max-width: 2100px;
  margin: 0 auto;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-container {
    max-width: 100%;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 0;
  }
}

.header-crop-menu-wrapper {
  display: flex;
  height: 70px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.4px;
  order: 1;
  margin-left: 21.33vw;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 45px;
}
@media screen and (max-width: 1024px) {
  .header-crop-menu-wrapper {
    height: 60px;
    font-size: 16px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-crop-menu-wrapper {
    width: 100%;
    height: 40px;
    order: 0;
    margin: 0;
    background-color: #e04578;
    display: none;
  }
}

.header-crop-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #4d4d4d;
  width: 100%;
  padding-right: 10%;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .header-crop-menu-container {
    justify-content: center;
    padding: 0;
    border: none;
  }
}

.sns-wrapper {
  display: flex;
  margin-right: 58px;
}
@media screen and (max-width: 768px) {
  .sns-wrapper {
    margin-right: 16px;
  }
}
.sns-wrapper.footer {
  margin-right: 0px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .sns-wrapper.footer {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-right: 0px;
    margin-top: 0px;
    right: 0px;
  }
}

.sns-link:not(:first-child) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .sns-link:not(:first-child) {
    margin-left: 18px;
  }
}

.sns-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
}
.sns-icon .sns-icon-overlay.dark {
  fill: #7e7e7e;
}
@media screen and (max-width: 768px) {
  .sns-icon .sns-icon-overlay {
    fill: #fff;
  }
}

.sns-fb-icon {
  width: 11px;
  height: 24px;
}

.sns-ig-icon {
  width: 24px;
  height: 24px;
}

.sns-youtube-icon {
  width: 31px;
  height: 22px;
}

.sns-lang {
  color: #000000;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .sns-lang {
    color: #fff;
  }
}

.crop-menu ul {
  display: flex;
  flex-direction: row;
  color: #424242;
}
@media screen and (max-width: 768px) {
  .crop-menu ul {
    color: #fff;
  }
}
.crop-menu ul li:not(:first-child)::before {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 28px;
}
@media screen and (max-width: 768px) {
  .crop-menu ul li:not(:first-child)::before {
    margin: 0 15px;
  }
}
@media screen and (max-width: 414px) {
  .crop-menu ul li:not(:first-child)::before {
    margin: 0 12px;
  }
}

.header-main-menu-wrapper {
  display: flex;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-main-menu-wrapper {
    height: auto;
  }
}

.header-main-menu-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 3;
  padding: 0 94px 0 2%;
}
@media screen and (max-width: 768px) {
  .header-main-menu-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    z-index: 20;
    position: fixed;
    padding: 0 5%;
  }
}

.header-logo-wrapper {
  order: 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .header-logo-wrapper {
    position: relative;
    display: block;
    height: auto;
    margin: 12px 0;
  }
}

.header-logo {
  width: 19.6vw;
  height: auto;
  min-width: 128px;
  min-height: 22px;
  max-width: 250px;
}
@media screen and (max-width: 414px) {
  .header-logo {
    width: 128px;
    height: 22px;
  }
}

.menu {
  margin-left: 21.33vw;
  order: 2;
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
    font-size: 16px;
  }
}
.menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 32px;
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-right: 10%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .menu ul {
    font-size: 16px;
  }
}
.menu li.menu-item {
  position: relative;
  text-align: right;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .menu li.menu-item {
    text-align: left;
    width: 100%;
  }
}
.menu li.menu-item:not(:first-child) {
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .menu li.menu-item:not(:first-child) {
    margin-left: 2vw;
  }
}
.menu a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .menu .active {
    color: #e65278;
  }
}
.menu .menu-title {
  position: relative;
}
.menu .menu-title:hover > .sub-menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu .menu-title:hover > .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu-title .show-menu-item {
    display: flex !important;
  }
}
.menu .menu-title .sub-menu-item {
  display: block;
}
@media screen and (max-width: 768px) {
  .menu .menu-title .sub-menu-item {
    display: none;
  }
}
.menu .menu-title .sub-menu-item a {
  padding-left: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu .menu-title .sub-menu-item a {
    padding-left: 0;
  }
}
.menu .menu-title .sub-menu-item a:hover {
  background-color: rgba(204, 81, 120, 0.7);
}
@media screen and (max-width: 768px) {
  .menu .menu-title .sub-menu-item a:hover {
    background: none;
  }
}
.menu .menu-title .sub-menu-item a.active {
  background-color: rgba(204, 81, 120, 0.7);
}
@media screen and (max-width: 768px) {
  .menu .menu-title .sub-menu-item a.active {
    background: none;
    color: #e65278;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu-title .sub-menu-item li:before {
    content: "";
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #979797;
    opacity: 0.25;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu-title .show-sub-menu-item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu-title > a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu-title > a::after {
    content: url("../img/pm-nav-tablet-menu-arrow.svg");
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
  }
}
.menu .sub-menu {
  display: none;
  flex-direction: column;
  width: 345px;
  position: absolute;
  margin: 0;
  padding: 0;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  z-index: 7;
  right: 0;
  transform: translate(35%);
}
@media screen and (max-width: 768px) {
  .menu .sub-menu {
    height: auto;
    overflow: hidden;
    transition: height 0.5s;
    position: static;
    background: none;
    border-top: 0;
    box-shadow: none;
    margin-left: 16px;
    padding: 0;
    transform: none;
  }
}
.menu .sub-menu a {
  position: relative;
}
.menu .sub-menu .sub-menu-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  background: rgba(204, 81, 120, 0.7);
  width: 120px;
}
@media screen and (max-width: 768px) {
  .menu .sub-menu .sub-menu-heading {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    color: #3e3e3e;
    cursor: pointer;
    width: auto;
  }
}
.menu .sub-menu .sub-menu-heading::after {
  content: "";
  position: absolute;
  right: -18px;
  border-style: solid;
  border-width: 30px 18px 0 0;
  border-color: rgba(204, 81, 120, 0.7) transparent transparent;
}
@media screen and (max-width: 768px) {
  .menu .sub-menu .sub-menu-heading::after {
    content: url("../img/pm-nav-tablet-menu-arrow.svg");
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .menu .sub-menu .active {
    color: #e65278;
  }
}
.menu .sub-menu > li {
  background: rgba(204, 81, 120, 0.85);
}
@media screen and (max-width: 1024px) {
  .menu .sub-menu > li {
    margin-right: 0px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .menu .sub-menu > li {
    background: none;
  }
}
.menu .sub-menu > li:first-child {
  border-top: 8px solid #cc5178;
}
@media screen and (max-width: 768px) {
  .menu .sub-menu > li:first-child {
    border: none;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .menu .sub-menu > li::before {
    content: "";
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #979797;
    opacity: 0.25;
  }
}
.menu .sub-menu ul {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu .sub-menu ul {
    color: inherit;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.menu .other-menu:hover .sub-menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu .other-menu:hover .sub-menu {
    display: none;
  }
}
.menu .other-menu > .sub-menu {
  left: 100%;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .menu .other-menu > .sub-menu {
    left: 0;
    top: 0;
  }
}
.menu .other-menu > .sub-menu > li {
  background: rgba(204, 81, 120, 0.85);
}
@media screen and (max-width: 768px) {
  .menu .other-menu > .sub-menu > li {
    background: none;
  }
}
.menu .other-menu > .sub-menu > li:first-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu .other-menu > .sub-menu.show-sub-menu-item {
    display: block;
  }
}

#page-picoway header {
  box-shadow: none;
}
#page-picoway .menu .menu-item-treatment > a {
  border-bottom: 3px solid #d85a7a;
}

.mobile-menu {
  position: absolute;
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-menu.show-menu {
    position: fixed;
    display: block;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100%;
  }
  .mobile-menu.show-menu::before {
    content: "";
    position: fixed;
    background-color: rgba(0, 0, 0, 0.56);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mobile-menu .menu {
  display: none;
  width: 100%;
  height: 0;
  margin: 0;
  transition: height 0.3s;
}
.mobile-menu .menu ul {
  margin: 0;
  line-height: inherit;
  font-size: 14px;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mobile-menu .menu.show-menu {
    position: absolute;
    height: auto;
    display: block;
    background-color: #fff;
    box-shadow: 0 6px 24px -2px rgba(0, 0, 0, 0.08);
    z-index: 30;
  }
  .mobile-menu .menu li.menu-item {
    margin: 0;
    line-height: 40px;
  }
  .mobile-menu .menu li.menu-item.menu-item-lang {
    display: flex;
  }
  .mobile-menu .menu li.menu-item.menu-item-lang a {
    padding: 0 3px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mobile-menu .menu li.menu-item:not(:last-child):before {
    content: "";
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #979797;
    opacity: 0.25;
  }
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 58px;
  left: 16px;
  width: 30px;
  height: 25px;
  z-index: 99;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: flex;
    top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .menu-toggle {
    width: 20px;
  }
}
.menu-toggle .menu-toggle-icon {
  position: relative;
  width: 30px;
  height: 1px;
  margin: 14px 0;
  background-color: #777777;
  border-radius: 3px;
}
@media screen and (max-width: 414px) {
  .menu-toggle .menu-toggle-icon {
    width: 20px;
    height: 1px;
  }
}
.menu-toggle .menu-toggle-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 1px;
  background-color: #777777;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 414px) {
  .menu-toggle .menu-toggle-icon::before {
    height: 1px;
    top: -7px;
  }
}
.menu-toggle .menu-toggle-icon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #777777;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 414px) {
  .menu-toggle .menu-toggle-icon::after {
    height: 1px;
    bottom: -7px;
  }
}
.menu-toggle.show-menu .menu-toggle-icon {
  background-color: transparent;
}
.menu-toggle.show-menu .menu-toggle-icon::before {
  top: 0;
  background-color: #777777;
  transform: rotate(45deg);
}
.menu-toggle.show-menu .menu-toggle-icon::after {
  bottom: 0;
  background-color: #777777;
  transform: rotate(-45deg);
}

.page-menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: -1px;
  height: 72px;
  border-top: 1px solid rgba(77, 77, 77, 0.39);
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .page-menu-wrapper {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu-wrapper {
    height: auto;
  }
}
.page-menu-wrapper.no-height {
  height: 0;
  border-top: none;
}
.page-menu-wrapper.no-height .page-menu-sticky-wrapper {
  height: 0px;
}
@media screen and (max-width: 768px) {
  .page-menu-wrapper.no-height .free-trial-button {
    top: -56px;
  }
}
.page-menu-wrapper .page-menu-sticky-wrapper {
  position: static;
  top: -1px;
  width: 100%;
  height: 72px;
  background-color: #fff;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .page-menu-wrapper .page-menu-sticky-wrapper {
    height: auto;
  }
}
.page-menu-wrapper .page-menu-sticky-wrapper.fixed {
  position: fixed;
}

.page-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .page-menu-container {
    display: block;
    justify-content: center;
    border-top: 0px;
    padding: 0;
  }
}
.page-menu-container .arrow {
  display: none;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-menu-container .arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 0 10px;
  }
}

.page-menu-heading {
  display: none;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  color: #4d4d4d;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .page-menu-heading {
    font-size: 1.47vw;
  }
}
@media screen and (max-width: 768px) {
  .page-menu-heading {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.16);
  }
}
.page-menu-heading span {
  display: inline-block;
}

.page-menu {
  display: none;
  flex-grow: 1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-menu {
    position: relative;
    top: 0px;
    width: 100%;
    box-shadow: 0 6px 24px -2px rgba(0, 0, 0, 0.08);
    margin: auto;
    padding-left: 20px;
    display: none;
    z-index: 6;
  }
}
@media screen and (max-width: 414px) {
  .page-menu {
    margin-bottom: 18px;
  }
}
.page-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #333333;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .page-menu ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page-menu ul {
    font-size: 1.14vw;
  }
}
@media screen and (max-width: 768px) {
  .page-menu ul {
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    color: #3e3e3e;
    opacity: 0.88;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .page-menu ul {
    font-size: 13px;
  }
}
.page-menu ul li {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-menu ul li {
    font-size: 14px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-menu ul li:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #979797;
    opacity: 0.2;
  }
}
.page-menu ul li:not(:first-child) {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .page-menu ul li:not(:first-child) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .show-mobile-page-menu {
    display: block;
  }
}

.header-free-trial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 56px;
  padding: 0 0 4px 0;
  margin: 0;
  background: #ff63a1;
  background: url("../img/pm_pink.gif") center top/contain no-repeat;
  width: 92px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header-free-trial-button {
    display: inline-flex;
    bottom: 0px;
  }
}

.free-trial-button {
  display: none;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  width: 250px;
  height: 153px;
  background: url("../img/pm_pink.gif") center top/contain no-repeat;
  color: #fff !important;
  font-size: 27.5px;
  font-weight: 500;
  letter-spacing: 2.7px;
  padding-bottom: 24px;
  margin-left: 56px;
  transition: width 0.5s, height 0.5s, font-size 0.5s;
  z-index: 5;
  position: relative;
  top: 95px;
  left: 30px;
}
.free-trial-button.small {
  width: 182px;
  height: 111px;
  font-size: 20px;
  padding-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .free-trial-button {
    margin-left: 28px;
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .free-trial-button {
    display: none;
  }
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .banner {
    flex-direction: column;
    height: auto;
  }
}
.banner.mw-1280 {
  max-width: 1280px;
}
.banner.mw-1440 {
  max-width: 1440px;
}
.banner h1,
.banner .animatable {
  font-family: LucidaGrande, Helvetica, Arial, Microsoft JhengHei, SimHei, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #d85a7a;
  position: relative;
  flex: 1 1 auto;
  padding-top: 255px;
  text-align: center;
  margin-left: -100px;
}
@media screen and (max-width: 1280px) {
  .banner h1,
.banner .animatable {
    text-align: center;
    padding: 0;
    margin: 16px;
  }
}
.banner.banner-1 {
  height: 580px;
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .banner.banner-1 {
    min-height: 0;
    height: auto;
  }
}
.banner.banner-1::before {
  background: url("../img/pm-1-banner-1.jpg") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .banner.banner-1::before {
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner.banner-1 .animatable {
  padding-top: 200px;
}
@media screen and (max-width: 1280px) {
  .banner.banner-1 .animatable {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(0%, 125%, 0);
  }
}
.banner.banner-1 img {
  width: 406px;
  height: 147px;
}
@media screen and (max-width: 1280px) {
  .banner.banner-1 img {
    width: 46vw;
    height: auto;
  }
}
.banner.banner-4::before {
  background: url("../img/pm-4-banner-1.jpg") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .banner.banner-4::before {
    min-width: 0;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner.banner-4 h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner.banner-4 h1 p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-align: left;
  color: #2f302f;
}
.banner.banner-6::before {
  background: url("../img/pm-6-banner-1.jpg") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .banner.banner-6::before {
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner.banner-6.v2::before {
  background: url("../img/pm-6-banner-2.png") center/cover no-repeat;
}
.banner.banner-6.v3::before {
  background: url("../img/pm-6-banner-3.jpg") center/cover no-repeat;
}
.banner.banner-6 h1 {
  text-align: center;
  padding-top: 200px;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  .banner.banner-6 h1 {
    padding-top: 0px;
    margin-left: 16px;
  }
}
.banner.banner-contact::before {
  background: url("../img/pm-6-banner-2.png") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .banner.banner-contact::before {
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner.banner-contact h1 p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-align: center;
  color: #2f302f;
}
.banner.banner-celebritytestimony::before {
  background: url("../img/pm_banner_celebritytestimony.jpg") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .banner.banner-celebritytestimony::before {
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner.banner-celebritytestimony h1 {
  padding-top: 165px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .banner.banner-celebritytestimony h1 {
    padding-top: 0px;
    font-size: 40px;
  }
}
.banner.banner-celebritytestimony h1 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 65px;
  width: 319px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .banner.banner-celebritytestimony h1 img {
    width: 40vw;
    height: auto;
  }
}
.banner.banner-celebritytestimony h1 p {
  color: #808080;
  font-size: 28px;
  font-weight: 300;
  margin-top: 9px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .banner.banner-celebritytestimony h1 p {
    font-size: 17px;
  }
}
.banner.banner-thankyou {
  padding-top: 27.74%;
}
.banner.banner-thankyou::before {
  background: url("../img/thankyou_banner.jpg") center/cover no-repeat;
}
.banner.banner-exilite {
  padding-top: 34.64%;
}
.banner.banner-exilite::before {
  background: url("../img/pm_banner_exilite.jpg") center/cover no-repeat;
}
.banner.banner-iperfect {
  padding-top: 34.75%;
}
.banner.banner-iperfect::before {
  background: url("../img/pm_banner_i-perfect.jpg") center/cover no-repeat;
}
.banner.banner-exilispro {
  padding-top: 34.64%;
}
.banner.banner-exilispro::before {
  background: url("../img/pm_banner_exilis-pro.jpg") center/cover no-repeat;
}
@media screen and (min-width: 1024px) {
  .banner.banner-igenius {
    padding-top: 34.64%;
  }
}
.banner.banner-igenius::before {
  background: url("../img/pm_banner_i-genius.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .banner.banner-igenius::before {
    background: url("../img/pm_banner_i-genius_mobile.jpg") center/cover no-repeat;
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .banner.banner-ultravlift {
    padding-top: 34.75%;
  }
}
.banner.banner-ultravlift::before {
  background: url("../img/pm_banner_ultra-v-lift-pro.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .banner.banner-ultravlift::before {
    background: url("../img/pm_banner_ultra-v-lift-pro_mobile.jpg") center/cover no-repeat;
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner.banner-thermage {
  padding-top: 34.75%;
}
.banner.banner-thermage::before {
  background: url("../img/pm_banner_thermage-flx.jpg") center/cover no-repeat;
}
.banner.banner-tuliphifu {
  padding-top: 34.75%;
}
.banner.banner-tuliphifu::before {
  background: url("../img/pm_banner_tulip-face.jpg") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .banner.banner-ultrashape {
    padding-top: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .banner.banner-ultrashape {
    padding-top: 34.75%;
  }
}
.banner.banner-ultrashape::before {
  background: url("../img/pm_banner_ultrashape.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .banner.banner-ultrashape::before {
    background: url("../img/pm_banner_ultrashape_mobile.jpg") center/cover no-repeat;
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .banner.banner-ulthera {
    padding-top: 34.66%;
  }
}
.banner.banner-ulthera::before {
  background: url("../img/pm_banner_ulthera.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .banner.banner-ulthera::before {
    background: url("../img/pm_banner_ulthera_mobile.jpg") center/cover no-repeat;
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner.banner-coolsclpting {
    padding-top: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .banner.banner-coolsclpting {
    padding-top: 34.75%;
  }
}
.banner.banner-coolsclpting::before {
  background: url("../img/pm_banner_coolsculpting.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .banner.banner-coolsclpting::before {
    background: url("../img/pm_banner_coolsculpting_mobile.jpg") center/cover no-repeat;
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.footer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer-wrapper .sitemap {
  display: flex;
  flex-direction: row;
  padding-bottom: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-wrapper .sitemap {
    display: none;
  }
}
.footer-wrapper .sitemap .section {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-wrapper .sitemap .section a {
  font-size: 14px;
  color: #7e7e7e;
  cursor: pointer;
}
.footer-wrapper .sitemap .section .heading {
  font-size: 16px;
  font-weight: 600;
  color: #7e7e7e;
}
.footer-wrapper .sitemap .section .heading.margin-top {
  margin-top: 24px;
}
.footer-wrapper > .sns-wrapper {
  display: none;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-wrapper > .sns-wrapper {
    display: flex;
  }
}

.footer-tos-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  min-height: 56px;
}
@media screen and (max-width: 768px) {
  .footer-tos-wrapper {
    position: relative;
    justify-content: center;
    align-content: center;
    text-align: center;
    bottom: 0;
    right: 0;
  }
}
.footer-tos-wrapper a:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer-tos-wrapper a.contact-link {
    margin: 0 auto;
  }
}
.footer-tos-wrapper .footer-about {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-tos-wrapper .footer-about {
    display: block;
    width: 100%;
  }
}

.copyright {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-left: 0px;
    padding: 0 16px;
  }
}

.treatment-container {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px 100px;
}
@media screen and (max-width: 414px) {
  .treatment-container {
    padding: 20px 20px 70px;
  }
}
.treatment-container h2 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .treatment-container h2 {
    font-size: 18px;
  }
}
.treatment-container .text {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  line-height: normal;
  color: #4c4c4c;
}
@media screen and (max-width: 414px) {
  .treatment-container .text {
    font-size: 13px;
    line-height: 17px;
  }
}
.treatment-container .list-text {
  font-size: 22px;
  line-height: 36px;
  color: #d85a7a;
}
@media screen and (max-width: 414px) {
  .treatment-container .list-text {
    font-size: 15px;
    line-height: 28px;
  }
}
.treatment-container .header-container {
  text-align: center;
  padding-left: 0;
}

.treatment-table {
  display: table;
  margin: 30px auto 0;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 414px) {
  .treatment-table {
    margin-top: 15px;
  }
}
.treatment-table .top-bar {
  display: table-header-group;
  background-color: #d85a7a;
  color: white;
}
.treatment-table .tbody {
  display: table-row-group;
}
.treatment-table .tr {
  display: table-row;
}
.treatment-table .th {
  display: table-cell;
  padding: 5px 10px;
}
.treatment-table .td {
  display: table-cell;
  padding: 5px 10px;
}
.treatment-table .tc_1 {
  width: 100px;
}
@media screen and (max-width: 414px) {
  .treatment-table .tc_1 {
    width: 65px;
  }
}
.treatment-table .th:not(:last-child),
.treatment-table .td:not(:last-child) {
  border-right: 5px solid white;
}
.treatment-table .tbody .tr:nth-child(odd) {
  background-color: #fdeaeb;
}
.treatment-table p {
  margin: 0;
}
@media screen and (max-width: 414px) {
  .treatment-table p {
    font-size: 13px;
    line-height: 17px;
  }
}

.promise {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 414px) {
  .promise {
    padding-top: 28px;
  }
}
.promise .title {
  margin-bottom: 46px;
}
@media screen and (max-width: 414px) {
  .promise .title {
    margin-bottom: 23px;
  }
}
.promise .title h2 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: normal;
  color: #e85f8b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 14px;
  max-width: 88%;
}
@media screen and (max-width: 768px) {
  .promise .title h2 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
.promise .title h2::before, .promise .title h2::after {
  content: "";
  height: 1px;
  background-color: #e04578;
  flex: 1;
}
.promise .title h2::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .promise .title h2::before {
    margin-right: 24px;
  }
}
.promise .title h2::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .promise .title h2::after {
    margin-left: 24px;
  }
}
.promise .title p {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: normal;
  text-align: center;
  color: #e85f8b;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .promise .title p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.promise .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  height: 680px;
}
@media screen and (max-width: 1024px) {
  .promise .list {
    height: 70vw;
  }
}
.promise .list li {
  opacity: 0;
  transition: 0.4s ease-out 0.2s;
  position: absolute;
}
.promise .list li.promise-1 {
  transform: translateX(-10vw);
}
.promise .list li.promise-1.scrolled {
  transform: translateX(-150px);
}
@media screen and (max-width: 1024px) {
  .promise .list li.promise-1.scrolled {
    transform: translateX(-17vw);
  }
}
.promise .list li.promise-2 {
  transform: translateX(10vw);
}
.promise .list li.promise-2.scrolled {
  transform: translateX(150px);
}
@media screen and (max-width: 1024px) {
  .promise .list li.promise-2.scrolled {
    transform: translateX(17vw);
  }
}
.promise .list li.promise-3 {
  transform: translateY(10vw);
}
.promise .list li.promise-3.scrolled {
  transform: translateY(260px);
}
@media screen and (max-width: 1024px) {
  .promise .list li.promise-3.scrolled {
    transform: translateY(29.4vw);
  }
}
.promise .list li.scrolled {
  opacity: 1;
}
.promise .list li .image {
  border-radius: 100%;
  width: 324px;
  height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .promise .list li .image {
    width: 36vw;
    height: 36vw;
  }
}
.promise .list li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.horizontal-image-list {
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .horizontal-image-list {
    margin: 16px auto;
  }
}
.horizontal-image-list.i-perfect:nth-child(2) .list-item:nth-child(1), .horizontal-image-list.thermage:nth-child(2) .list-item:nth-child(1) {
  animation-delay: 0s;
}
.horizontal-image-list.i-perfect:nth-child(2) .list-item:nth-child(2), .horizontal-image-list.thermage:nth-child(2) .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
.horizontal-image-list.i-perfect:nth-child(2) .list-item:nth-child(3), .horizontal-image-list.thermage:nth-child(2) .list-item:nth-child(3) {
  animation-delay: 0.4s;
}
.horizontal-image-list.i-perfect:nth-child(2) .list-item:nth-child(4), .horizontal-image-list.thermage:nth-child(2) .list-item:nth-child(4) {
  animation-delay: 0.6s;
}
.horizontal-image-list.i-perfect:nth-child(3) .list-item:nth-child(1), .horizontal-image-list.thermage:nth-child(3) .list-item:nth-child(1) {
  animation-delay: 0.8s;
}
.horizontal-image-list.i-perfect:nth-child(3) .list-item:nth-child(2), .horizontal-image-list.thermage:nth-child(3) .list-item:nth-child(2) {
  animation-delay: 1s;
}
.horizontal-image-list.i-perfect:nth-child(3) .list-item:nth-child(3), .horizontal-image-list.thermage:nth-child(3) .list-item:nth-child(3) {
  animation-delay: 1.2s;
}
.horizontal-image-list.i-perfect:nth-child(3) .list-item:nth-child(4), .horizontal-image-list.thermage:nth-child(3) .list-item:nth-child(4) {
  animation-delay: 1.4s;
}
.horizontal-image-list.ultra-v:nth-child(3) .list-item:nth-child(1) {
  animation-delay: 0s;
}
.horizontal-image-list.ultra-v:nth-child(3) .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
.horizontal-image-list.ultra-v:nth-child(4) .list-item:nth-child(1) {
  animation-delay: 0.8s;
}
.horizontal-image-list.ultra-v:nth-child(4) .list-item:nth-child(2) {
  animation-delay: 1s;
}
.horizontal-image-list img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  padding: 0 32px;
}
@media screen and (max-width: 1024px) {
  .horizontal-image-list img {
    width: 100%;
    height: 33vw;
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .horizontal-image-list img {
    padding: 0 16px;
  }
}
@media screen and (max-width: 414px) {
  .horizontal-image-list img {
    padding: 0 8px;
  }
}

#page-aboutus .outline.flipX::after {
  display: none !important;
}

.brand-logos {
  margin: auto 0;
}
.brand-logos a {
  display: inline-block;
  width: 180px;
}
.brand-logos a img {
  width: 100%;
}

.footer-pm-cr {
  text-align: center;
  color: #797979;
  font-size: 10px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  opacity: 0;
}
.fadeInUp.scrolled {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-timing-function: ease;
}

.animate .fadeIn {
  opacity: 0;
  transition: opacity 0.4s ease-out 0.2s;
}
.animate .banner::before {
  opacity: 0;
  transform: scale3d(0.4, 0.4, 1);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@media screen and (max-width: 1280px) {
  .animate .banner::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: none;
  }
}
.animate .banner .animatable {
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.2s;
}
@media screen and (max-width: 1280px) {
  .animate .banner .animatable {
    transform: translate3d(0, 100%, 0);
  }
}
@media screen and (max-width: 1280px) {
  .animate .banner.banner-picocure .animatable, .animate .banner.banner-picoway .animatable {
    transform: translate3d(50%, 0, 0);
  }
}
.animate .banner.banner-picocure .desc, .animate .banner.banner-picoway .desc {
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}
@media screen and (max-width: 1280px) {
  .animate .banner.banner-picocure .desc, .animate .banner.banner-picoway .desc {
    transform: translate3d(0, 50%, 0);
  }
}
.animate .banner.banner-6.v2::before {
  transition-delay: 0.3s;
}
.animate .banner.banner-6.v2 .animatable {
  transform: translate3d(-50%, 0, 0);
  transition-delay: 0.3s;
}
@media screen and (max-width: 1280px) {
  .animate .banner.banner-6.v2 .animatable {
    transform: translate3d(0, 100%, 0);
  }
}
.animate #page-index .picocure h2 p:nth-child(1) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.2s;
}
.animate #page-index .picocure h2 p:nth-child(2) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}
.animate #page-index .picocure h2 p:nth-child(3) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.6s;
}
.animate #page-index .picocure h2 p:nth-child(4) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.8s;
}
.animate #page-index .picocure a {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 1s;
}
.animate #page-index .picoway h2 p:nth-child(1) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.2s;
}
.animate #page-index .picoway h2 p:nth-child(2) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}
.animate #page-index .picoway h2 p:nth-child(3) {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.6s;
}
.animate #page-index .picoway a {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 0.4s ease-out 0.8s;
}
.animate #page-picocure #breakthrough-1 .list .list-item {
  opacity: 0;
}
.animate #page-picocure #breakthrough-1 .list .list-item:nth-child(1) {
  transform: scale3d(0.4, 0.4, 1);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
}
.animate #page-picocure #breakthrough-1 .list .list-item:nth-child(2) {
  transform: translate3d(-20%, 0, 0);
  transition: all 0.4s ease-out 0.4s;
}
.animate #page-picocure #breakthrough-1 .list .list-item:nth-child(3) {
  transform: scale3d(0.4, 0.4, 1);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s;
}
.animate #page-picocure #breakthrough-1 .list .list-item:nth-child(4) {
  transform: translate3d(-20%, 0, 0);
  transition: all 0.4s ease-out 0.8s;
}
.animate #page-picocure #breakthrough-1 .list .list-item:nth-child(5) {
  transform: scale3d(0.4, 0.4, 1);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s;
}
.animate.ready .scrolled .fadeIn {
  opacity: 1;
}
.animate.ready .banner::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.animate.ready .banner .animatable {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .animate.ready .banner .animatable {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1280px) {
  .animate.ready .banner.banner-1 .animatable {
    transform: translate3d(0, 62%, 0);
  }
}
@media screen and (max-width: 1280px) {
  .animate.ready .banner.banner-picocure .animatable, .animate.ready .banner.banner-picoway .animatable {
    transform: translate3d(0, 0, 0);
  }
}
.animate.ready .banner.banner-picocure .desc, .animate.ready .banner.banner-picoway .desc {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animate.ready .banner.banner-6.v2::before {
  transform: none;
}
.animate.ready .banner.banner-6.v2 .animatable {
  transform: none;
}
.animate.ready .banner.banner-6.v2 .scrolled::before {
  transform: scale3d(1, 1, 1);
}
.animate.ready .banner.banner-6.v2 .scrolled .animatable {
  transform: translate3d(0, 0, 0);
}
.animate.ready #page-index .picocure.scrolled h2 p:nth-child(1), .animate.ready #page-index .picoway.scrolled h2 p:nth-child(1) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animate.ready #page-index .picocure.scrolled h2 p:nth-child(2), .animate.ready #page-index .picoway.scrolled h2 p:nth-child(2) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animate.ready #page-index .picocure.scrolled h2 p:nth-child(3), .animate.ready #page-index .picoway.scrolled h2 p:nth-child(3) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animate.ready #page-index .picocure.scrolled h2 p:nth-child(4), .animate.ready #page-index .picoway.scrolled h2 p:nth-child(4) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animate.ready #page-index .picocure.scrolled a, .animate.ready #page-index .picoway.scrolled a {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.animate.ready #page-picocure #breakthrough-1 .list.scrolled .list-item {
  opacity: 1;
}
.animate.ready #page-picocure #breakthrough-1 .list.scrolled .list-item:nth-child(odd) {
  transform: scale3d(1, 1, 1);
}
.animate.ready #page-picocure #breakthrough-1 .list.scrolled .list-item:nth-child(even) {
  transform: translate3d(0, 0, 0);
}

#page-index main {
  margin: 0 auto;
  background-color: #fff;
}
#page-index .picoway {
  background-color: #fef5f1;
  height: 612px;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway {
    height: auto;
  }
}
#page-index .picoway .content-wrapper {
  display: flex;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway .content-wrapper {
    flex-direction: column;
  }
}
#page-index .picoway .title {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway .title {
    text-align: center;
  }
}
#page-index .picoway h2 {
  margin: 0;
  padding: 140px 0 22px 0;
  font-size: 50px;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway h2 {
    padding: 12vw 0 3vw 0;
    font-size: 6vw;
    text-align: center;
  }
}
#page-index .picoway h2 p {
  margin: 0;
  white-space: nowrap;
}
#page-index .picoway h2 p:nth-child(1) {
  font-weight: 300;
}
#page-index .picoway h2 p:nth-child(2) {
  font-size: 70px;
  font-weight: 100;
  color: #878787;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway h2 p:nth-child(2) {
    font-size: 6vw;
    margin-left: 0;
  }
}
#page-index .picoway h2 p:nth-child(3) {
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway h2 p:nth-child(3) {
    font-size: 4vw;
    margin-left: 0;
  }
}
#page-index .picoway h2 p:nth-child(4) {
  font-size: 38px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway h2 p:nth-child(4) {
    font-size: 5.5vw;
    margin-left: 0;
  }
}
#page-index .picoway a {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.1px;
  color: #f3688c;
  text-align: right;
  margin-bottom: 48px;
  display: block;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway a {
    font-size: 4vw;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 414px) {
  #page-index .picoway a {
    margin-bottom: 12px;
  }
}
#page-index .picoway .product {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 48px;
}
#page-index .picoway .product img {
  width: 280px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway .product img {
    width: 19.71vw;
  }
}
#page-index .picoway-bak {
  background-color: #fff;
  height: 560px;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak {
    height: auto;
  }
}
#page-index .picoway-bak .content-wrapper {
  display: flex;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak .content-wrapper {
    flex-direction: column;
  }
}
#page-index .picoway-bak .title {
  flex: 2 1 auto;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak .title {
    text-align: center;
  }
}
#page-index .picoway-bak h2 {
  margin: 0;
  padding-top: 82px;
  font-size: 48px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak h2 {
    font-size: 6vw;
    padding: 8vw 0 3vw 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak h2 {
    margin-bottom: 0px;
  }
}
#page-index .picoway-bak h2 p {
  margin: 0;
  white-space: nowrap;
}
#page-index .picoway-bak h2 p:nth-child(1) {
  font-weight: 600;
}
#page-index .picoway-bak h2 p:nth-child(2) {
  font-weight: 300;
}
#page-index .picoway-bak h2 p:nth-child(3) {
  font-weight: 100;
  margin-left: 70px;
  color: #878787;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak h2 p:nth-child(3) {
    margin-left: 0;
  }
}
#page-index .picoway-bak h2 p:nth-child(4) {
  font-size: 5.5vw;
  margin-left: 298px;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak h2 p:nth-child(4) {
    margin-left: 0;
  }
}
#page-index .picoway-bak a {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.1px;
  color: #f3688c;
  margin-left: 360px;
  margin-bottom: 48px;
  display: block;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak a {
    font-size: 4vw;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 414px) {
  #page-index .picoway-bak a {
    margin-bottom: 12px;
  }
}
#page-index .picoway-bak .product {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 48px;
  order: -1;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak .product {
    order: 0;
  }
}
#page-index .picoway-bak .product img {
  width: 280px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  #page-index .picoway-bak .product img {
    width: 19.38vw;
  }
}
#page-index .testimony {
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  #page-index .testimony {
    padding-top: 28px;
  }
}
#page-index .testimony .title {
  margin-bottom: 46px;
}
@media screen and (max-width: 414px) {
  #page-index .testimony .title {
    margin-bottom: 23px;
  }
}
#page-index .testimony .title h2 {
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: normal;
  color: #e85f8b;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  margin-bottom: 14px;
  padding-top: 48px;
  max-width: 88%;
}
@media screen and (max-width: 768px) {
  #page-index .testimony .title h2 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
#page-index .testimony .title h2::before, #page-index .testimony .title h2::after {
  content: "";
  height: 1px;
  background-color: #e04578;
  flex: 1;
}
#page-index .testimony .title h2::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #page-index .testimony .title h2::before {
    margin-right: 24px;
  }
}
#page-index .testimony .title h2::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #page-index .testimony .title h2::after {
    margin-left: 24px;
  }
}
#page-index .testimony .title p {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: normal;
  text-align: center;
  color: #e85f8b;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  #page-index .testimony .title p {
    font-size: 14px;
    line-height: 1.5;
  }
}
#page-index .testimony .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 80px;
  max-width: 840px;
}
@media screen and (max-width: 414px) {
  #page-index .testimony .list {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#page-index .testimony .list li {
  margin: 0 6px;
  opacity: 0;
  animation-delay: 0.2s;
}
#page-index .testimony .list li:nth-child(2) {
  animation-delay: 0.4s;
}
#page-index .testimony .list li:nth-child(3) {
  animation-delay: 0.6s;
}
#page-index .testimony .list li .image {
  background-color: #fbd6ca;
  border-radius: 100%;
  width: 247px;
  height: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #page-index .testimony .list li .image {
    width: 28vw;
    height: 28vw;
  }
}
@media screen and (max-width: 414px) {
  #page-index .testimony .list li .image {
    width: 60vw;
    height: 60vw;
  }
}
#page-index .testimony .list li .author {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #e85f8b;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-index .testimony .list li .author {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 414px) {
  #page-index .testimony .list li .author {
    font-size: 6vw;
  }
}
@keyframes floating {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 50%, 0);
  }
}
#page-index .pm-char {
  display: none;
  background: url("../img/pm-character.svg") center no-repeat;
  background-size: contain;
  width: 197px;
  height: 197px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.4s ease-out 0.9s;
  animation: floating 3s ease-in-out infinite;
}
@media screen and (max-width: 414px) {
  #page-index .pm-char {
    display: none;
  }
}
#page-index .pm-char.char-1 {
  width: 92px;
  height: 92px;
  top: 167px;
  left: auto;
  right: -20px;
}
@media screen and (max-width: 1280px) {
  #page-index .pm-char.char-1 {
    width: 8.12vw;
    height: 8.12vw;
    right: 6vw;
  }
}
#page-index .pm-char.char-2 {
  width: 135px;
  height: 135px;
  top: 371px;
  left: 20px;
  animation: floating 4s ease-in-out infinite;
}
@media screen and (max-width: 1280px) {
  #page-index .pm-char.char-2 {
    width: 13.54vw;
    height: 13.54vw;
    top: 25.23vw;
    left: 3.09vw;
  }
}
#page-index .pm-char.char-3 {
  width: 69px;
  height: 69px;
  top: 54px;
  left: 230px;
  animation: floating 4s ease-in-out infinite;
}
@media screen and (max-width: 1280px) {
  #page-index .pm-char.char-3 {
    left: auto;
    right: 11vw;
  }
}
#page-index .pm-char.char-4 {
  width: 113px;
  height: 113px;
  top: 334px;
  left: -6px;
}
@media screen and (max-width: 1280px) {
  #page-index .pm-char.char-4 {
    width: 10.07vw;
    height: 10.07vw;
    left: 8vw;
    top: 42vw;
  }
}
@media screen and (max-width: 414px) {
  #page-index .pm-char.char-4 {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 1280px) {
  #picoway .banner.banner-picoway {
    min-height: 0;
    height: auto;
  }
}
#picoway .banner.banner-picoway::before {
  background: url("../img/pm-picoway-picoway.jpg") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  #picoway .banner.banner-picoway::before {
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
#picoway .banner.banner-picoway h1 {
  padding-top: 200px;
  margin-left: -50px;
}
@media screen and (max-width: 1280px) {
  #picoway .banner.banner-picoway h1 {
    padding: 0;
    margin: 16px 32px;
  }
}
#picoway .banner.banner-picoway h1 img {
  width: 333px;
  height: 150px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1280px) {
  #picoway .banner.banner-picoway h1 img {
    width: 40vw;
    height: auto;
  }
}
#picoway .banner h1 {
  color: #333333;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #picoway .banner h1 {
    font-size: 4.5vw;
  }
}
#picoway .banner h1 img {
  display: block;
}
#picoway .banner .subtitle {
  display: block;
  font-size: 71px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #515151;
}
@media screen and (max-width: 1280px) {
  #picoway .banner .subtitle {
    font-size: 4.5vw;
  }
}
#picoway .banner .subtitle2 {
  font-size: 38px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #515151;
}
@media screen and (max-width: 1280px) {
  #picoway .banner .subtitle2 {
    font-size: 3.5vw;
  }
}
#picoway .banner .desc {
  font-size: 27px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1280px) {
  #picoway .banner .desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  #picoway .banner .desc {
    font-size: 3vw;
  }
}
@media screen and (max-width: 414px) {
  #picoway .banner .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
#picoway .banner .list {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #cf5278;
  margin: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  #picoway .banner .list {
    font-size: 5vw;
  }
}
@media screen and (max-width: 414px) {
  #picoway .banner .list {
    font-size: 4.5vw;
  }
}
#picoway h2.title {
  color: #d85a7a;
  font-size: 36px;
  line-height: normal;
  padding: 0 32px;
  color: #d85a7a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #picoway h2.title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #picoway h2.title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
#picoway h2.title::before, #picoway h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#picoway h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #picoway h2.title::before {
    margin-right: 24px;
  }
}
#picoway h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #picoway h2.title::after {
    margin-left: 24px;
  }
}
#picoway .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#picoway #theroy {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #picoway #theroy {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  #picoway #theroy {
    margin-bottom: 30px;
  }
}
#picoway #theroy p {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #333333;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 75px;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  #picoway #theroy p {
    margin-bottom: 5.8vw;
  }
}
@media screen and (max-width: 414px) {
  #picoway #theroy p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
#picoway #theroy .row {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #picoway #theroy .row {
    margin-top: 80px;
  }
}
@media screen and (max-width: 414px) {
  #picoway #theroy .row {
    flex-direction: column;
    margin-top: 40px;
  }
}
#picoway #theroy .row .theroy-item {
  width: 45%;
  max-width: 854px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #picoway #theroy .row .theroy-item {
    width: 100%;
  }
}
#picoway #theroy .row .theroy-item:not(:last-child) {
  margin-right: 48px;
}
@media screen and (max-width: 414px) {
  #picoway #theroy .row .theroy-item:not(:last-child) {
    margin-right: 16px;
  }
}
#picoway #theroy .row .theroy-item:nth-child(2) {
  animation-delay: 0.4s;
}
#picoway #theroy .row .theroy-image {
  display: block;
  width: 100%;
  min-height: 1px;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  #picoway #theroy .row .theroy-image {
    padding: 0 32px;
    margin-bottom: 20px;
  }
}
#picoway #theroy .row .theroy-title {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  color: #cc5178;
  padding: 0 32px;
}
@media screen and (max-width: 414px) {
  #picoway #theroy .row .theroy-title {
    font-size: 20px;
  }
}
#picoway #theroy .row .theroy-title .nowrap {
  white-space: nowrap;
}
#picoway #theroy .row .text {
  max-width: 1000px;
  margin: 12px auto 12px;
  padding: 0 32px;
  font-size: 18px;
}
@media screen and (max-width: 414px) {
  #picoway #theroy .row .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
#picoway #solutions {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #picoway #solutions {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  #picoway #solutions {
    margin-bottom: 30px;
  }
}
#picoway #solutions .list:nth-child(2) .list-item:nth-child(1) {
  animation-delay: 0s;
}
#picoway #solutions .list:nth-child(2) .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
#picoway #solutions .list:nth-child(2) .list-item:nth-child(3) {
  animation-delay: 0.4s;
}
#picoway #solutions .list:nth-child(2) .list-item:nth-child(4) {
  animation-delay: 0.6s;
}
#picoway #solutions .list:nth-child(3) .list-item:nth-child(1) {
  animation-delay: 0.8s;
}
#picoway #solutions .list:nth-child(3) .list-item:nth-child(2) {
  animation-delay: 1s;
}
#picoway #solutions .list:nth-child(3) .list-item:nth-child(3) {
  animation-delay: 1.2s;
}
#picoway #solutions .list:nth-child(3) .list-item:nth-child(4) {
  animation-delay: 1.4s;
}
#picoway #solutions .list-item {
  margin: 0 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #picoway #solutions .list-item {
    margin: 0 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #picoway #solutions .list-item {
    margin: 0 12px;
    margin-bottom: 16px;
  }
}
#picoway #solutions .list-item img {
  width: 100%;
  min-height: 1px;
  height: auto;
}
#picoway #advantage {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #picoway #advantage {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  #picoway #advantage {
    margin-bottom: 30px;
  }
}
#picoway #advantage .title {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#picoway #advantage .list {
  max-width: 1500px;
  justify-content: space-between;
}
#picoway #advantage .list .list-item:nth-child(1) {
  animation-delay: 0.2s;
}
#picoway #advantage .list .list-item:nth-child(2) {
  animation-delay: 0.4s;
}
#picoway #advantage .list .list-item:nth-child(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  #picoway #advantage .list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
}
#picoway #advantage .list-item {
  width: 33%;
  max-width: 500px;
  height: 500px;
  color: #d85a7a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #fef5f1;
}
@media screen and (max-width: 1024px) {
  #picoway #advantage .list-item {
    width: 44%;
    height: 45vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 414px) {
  #picoway #advantage .list-item {
    width: 40%;
    height: 55vw;
    margin-bottom: 12px;
  }
}
#picoway #advantage .list-item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #picoway #advantage .list-item img {
    width: 19vw;
    margin-bottom: 1.6vw;
  }
}
#picoway #advantage .list-item .caption {
  font-size: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #picoway #advantage .list-item .caption {
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
}
#picoway #advantage .list-item p {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #picoway #advantage .list-item p {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}

#page-disclaimer .container, #page-privacypolicy .container {
  padding: 40px 32px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page-disclaimer .container, #page-privacypolicy .container {
    padding: 40px 16px;
    max-width: 100%;
  }
}
#page-disclaimer .container .title-container, #page-privacypolicy .container .title-container {
  font-size: 32px;
  color: #f18ba3;
}
#page-disclaimer .container p, #page-privacypolicy .container p {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

#contact .content-wrapper {
  display: flex;
  flex-direction: column;
}
#contact select,
#contact .area {
  margin: 90px auto;
  width: 429px;
  height: 61px;
  padding-left: 175px;
  padding-top: 0;
  padding-bottom: 0;
  border: solid 1.5px #acacac;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-align: center;
  color: #6d6e71;
  background-image: none;
  position: relative;
  background-image: url("../img/down-arrow.svg");
  background-position: calc(100% - 32px) calc(1em - 14px);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #contact select,
#contact .area {
    margin: 48px auto;
    padding-left: 150px;
    width: 382px;
    height: 56px;
    background-position: calc(100% - 32px) calc(1em - 18px);
  }
}
@media screen and (max-width: 414px) {
  #contact select,
#contact .area {
    width: 214px;
    height: 30px;
    margin: 32px auto;
    padding-left: 90px;
    font-size: 16px;
    border: solid 0.8px #acacac;
    background-position: calc(100% - 16px) calc(1em - 9px);
    background-size: 16px 16px;
  }
}
#contact .address {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #contact .address {
    flex-direction: column;
  }
}
#contact .address .address-wrapper {
  margin: 0 -24px;
  padding: 0 24px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #contact .address .address-wrapper {
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
}
#contact .address .address-wrapper .item {
  cursor: pointer;
  width: 200px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  margin: 0 16px;
}
#contact .address .address-wrapper .item.disable {
  cursor: text;
}
#contact .address .address-wrapper .item:hover .shop-name, #contact .address .address-wrapper .item:hover .shop-address {
  color: #e65278;
}
@media screen and (max-width: 1024px) {
  #contact .address .address-wrapper .item {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #contact .address .address-wrapper .item {
    width: 50%;
    padding: 16px;
  }
}
@media screen and (max-width: 414px) {
  #contact .address .address-wrapper .item {
    width: 50%;
  }
}
#contact .address .address-wrapper .item .shop-name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #333436;
}
@media screen and (max-width: 414px) {
  #contact .address .address-wrapper .item .shop-name {
    font-size: 15px;
  }
}
#contact .address .address-wrapper .item .shop-address {
  font-size: 18px;
  line-height: 1.5;
  color: #6d6e71;
  margin-top: 4px;
}
@media screen and (max-width: 414px) {
  #contact .address .address-wrapper .item .shop-address {
    font-size: 13px;
  }
}
#contact .address .address-wrapper .item .selected {
  color: #e65278;
}
#contact .address #map {
  width: 382px;
  height: 382px;
}
@media screen and (max-width: 1024px) {
  #contact .address #map {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #contact .address #map {
    height: 212px;
  }
}
#contact .contact {
  width: 100%;
  max-width: 1440px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: auto;
}
#contact .contact .heading {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #333436;
}
@media screen and (max-width: 414px) {
  #contact .contact .heading {
    font-size: 15px;
  }
}
#contact .contact .detail {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.78;
  color: #6d6e71;
  padding-bottom: 56px;
}
@media screen and (max-width: 414px) {
  #contact .contact .detail {
    font-size: 12px;
    line-height: 1.5;
  }
}

#page-faq main {
  background-color: #fff;
}
#page-faq .container {
  margin: 88px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-faq .container {
    margin: 48px auto;
  }
}
@media screen and (max-width: 414px) {
  #page-faq .container {
    margin: 24px auto;
  }
}
#page-faq .container .content-wrapper {
  display: flex;
  flex-direction: row;
}
#page-faq .container ul, #page-faq .container li {
  list-style: none;
  padding: 0;
}
#page-faq .container h2, #page-faq .container p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  color: #6d6e71;
  margin: 0;
}
#page-faq .container h2 {
  padding: 14px 0 10px 16px;
}
@media screen and (max-width: 414px) {
  #page-faq .container h2 {
    font-size: 13px;
    line-height: 1.28;
    padding: 8px 0 7px 8px;
  }
}
#page-faq .container p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  color: #6d6e71;
  padding: 14px 10px 10px 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #page-faq .container p {
    padding: 14px 10px 10px 16px;
  }
}
@media screen and (max-width: 414px) {
  #page-faq .container p {
    font-size: 13px;
    line-height: 1.28;
    padding: 8px 8px 7px 8px;
  }
}
#page-faq .container .left-panel {
  width: 100%;
  max-width: 384px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  #page-faq .container .left-panel {
    display: none;
  }
}
#page-faq .container .left-panel ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#page-faq .container .left-panel li {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
#page-faq .container .left-panel li.active {
  background-color: #ffb1b8;
}
#page-faq .container .left-panel li.active h2 {
  color: #fff;
}
@media (hover: hover) {
  #page-faq .container .left-panel li:hover {
    background-color: #ffb1b8;
  }
  #page-faq .container .left-panel li:hover h2 {
    color: #fff;
  }
}
#page-faq .container .faqs {
  flex: 1;
}
#page-faq .container .faqs .collheader {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  display: none;
  cursor: pointer;
}
#page-faq .container .faqs .collheader.active {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #page-faq .container .faqs .collheader {
    display: block;
  }
}
#page-faq .container .faqs .collcontent {
  display: none;
}
#page-faq .container .faqs .collcontent.active {
  display: block;
}
@media screen and (max-width: 768px) {
  #page-faq .container .faqs .collcontent {
    margin-left: 32px;
  }
  #page-faq .container .faqs .collcontent li:first-child .question {
    border-top: none;
  }
  #page-faq .container .faqs .collcontent.expand {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  #page-faq .container .faqs .collcontent {
    margin-left: 16px;
  }
}
#page-faq .container .faqs .collcontent .question {
  background-color: #ffb1b8;
  border: 1px solid #e0e0e0;
  border-left-width: 0;
}
@media screen and (max-width: 768px) {
  #page-faq .container .faqs .collcontent .question {
    border-left-width: 1px;
  }
}
#page-faq .container .faqs .collcontent .question p {
  color: #fff;
}
#page-faq .container .faqs .collcontent .answer p {
  line-height: 2.2;
}
@media screen and (max-width: 414px) {
  #page-faq .container .faqs .collcontent .answer p {
    line-height: 1.6;
  }
}

#page-aboutus main {
  background-color: #fff;
}
#page-aboutus .outline {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: -100px;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #page-aboutus .outline {
    margin-bottom: 0;
    padding: 0;
  }
}
#page-aboutus .outline::after {
  content: "";
  display: block;
  width: 99999px;
  height: 1px;
  background-color: #cc5178;
  position: absolute;
  top: 530px;
  left: 400px;
}
@media screen and (max-width: 1280px) {
  #page-aboutus .outline::after {
    display: none;
  }
}
#page-aboutus .outline:not(:first-child) .banner {
  overflow: visible;
}
#page-aboutus .outline:last-child {
  margin-bottom: 0;
}
#page-aboutus .outline.flipX::after {
  content: "";
  display: block;
  width: 99999px;
  height: 1px;
  background-color: #cc5178;
  position: absolute;
  top: 530px;
  left: auto;
  right: 400px;
}
#page-aboutus .banner::before {
  z-index: 1;
}
#page-aboutus .banner h1 p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-align: center;
  color: #2f302f;
}
@media screen and (max-width: 1280px) {
  #page-aboutus .banner h1 p {
    font-size: 18px;
    padding: 0 32px;
  }
}
#page-aboutus .banner h1.animatable {
  margin-left: 0;
  padding-top: 150px;
}
#page-aboutus .banner.flipX::before {
  order: 1;
  left: auto;
  right: -100px;
}
@media screen and (max-width: 1280px) {
  #page-aboutus .banner.flipX::before {
    right: 0;
    order: 0;
  }
}
#page-aboutus .banner.flipX h1 {
  order: 0;
}
#page-aboutus .container {
  width: 100%;
  max-width: 2095px;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container {
    flex-direction: column;
  }
}
#page-aboutus .container li {
  background-color: #fff;
  margin-bottom: 32px;
}
#page-aboutus .container li:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container li:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container li {
    padding: 0 32px;
  }
}
#page-aboutus .container li img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 688px;
  max-height: 436px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
#page-aboutus .container li h2, #page-aboutus .container li p {
  padding: 0 3.24vw;
}
#page-aboutus .container li h2 {
  font-size: 1.9vw;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: normal;
  margin-bottom: 0.66vw;
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container li h2 {
    text-align: center;
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container li h2 {
    font-size: 20px;
  }
}
#page-aboutus .container li p {
  font-size: 1.1vw;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #2f302f;
  margin-bottom: 2.67vw;
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container li p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #page-aboutus .container li p {
    font-size: 12px;
  }
}

#page-celebritytestimony .container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #page-celebritytestimony .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#page-celebritytestimony .container h1, #page-celebritytestimony .container h2 {
  color: #d85a7a;
  font-size: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
#page-celebritytestimony .container h1::before, #page-celebritytestimony .container h1::after, #page-celebritytestimony .container h2::before, #page-celebritytestimony .container h2::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  background-color: #d85a7a;
}
#page-celebritytestimony .container h1::before, #page-celebritytestimony .container h2::before {
  margin-right: 24px;
}
#page-celebritytestimony .container h1::after, #page-celebritytestimony .container h2::after {
  margin-left: 24px;
}
#page-celebritytestimony .item-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1520px;
  margin: 64px auto;
  padding: 0 30px;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-celebritytestimony .item-list {
    max-width: 840px;
  }
}
@media screen and (max-width: 768px) {
  #page-celebritytestimony .item-list {
    margin: 32px auto;
    padding: 0 10px;
    justify-content: center;
  }
}
#page-celebritytestimony .item-list .item {
  margin: 35px 5px 0 5px;
  width: 368px;
  height: 212px;
}
#page-celebritytestimony .item-list .item:nth-child(1) {
  animation-delay: 0.2s;
}
#page-celebritytestimony .item-list .item:nth-child(2) {
  animation-delay: 0.4s;
}
#page-celebritytestimony .item-list .item:nth-child(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  #page-celebritytestimony .item-list .item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #page-celebritytestimony .item-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #page-celebritytestimony .item-list .item {
    width: 330px;
  }
}
#page-celebritytestimony .item-list .item article {
  border: 2px solid #ffc1c8;
  transform: skewX(-5deg);
}
#page-celebritytestimony .item-list .item article > div {
  display: flex;
  flex-direction: row;
  transform: skewX(5deg);
}
#page-celebritytestimony .item-list .item article .content, #page-celebritytestimony .item-list .item article .author {
  color: #fff;
}
#page-celebritytestimony .item-list .item article .author {
  display: flex;
  flex-direction: column;
  text-align: right;
}
#page-celebritytestimony .item-list .item article .photo {
  position: relative;
  top: -15px;
  width: 153px;
  height: 153px;
  border: 6px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  #page-celebritytestimony .item-list .item article .photo {
    width: 120px;
    height: 120px;
  }
}
#page-celebritytestimony .item-list .item article .photo img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
#page-celebritytestimony .item-list .item article .content {
  padding: 30px 24px 0px 24px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 190px;
  overflow: auto;
}
@media screen and (max-width: 414px) {
  #page-celebritytestimony .item-list .item article .content {
    padding: 15px 12px 0px 12px;
    line-height: normal;
  }
}
#page-celebritytestimony .item-list .item.star article {
  background-color: #ffc1c8;
}
#page-celebritytestimony .item-list .item.star .content, #page-celebritytestimony .item-list .item.star .author {
  color: #fff;
}
#page-celebritytestimony .item-list .item.star .photo {
  border-color: #fff;
  background-color: #fff;
}
#page-celebritytestimony .item-list .item.blogger article {
  background-color: #fff;
}
#page-celebritytestimony .item-list .item.blogger .content, #page-celebritytestimony .item-list .item.blogger .author {
  color: #ffc1c8;
}
#page-celebritytestimony .item-list .item.blogger .photo {
  border-color: #ffc1c8;
  background-color: #ffc1c8;
}
#page-celebritytestimony .item-list .item.blogger .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 189, 198, 0.2);
}
#page-celebritytestimony .next {
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  margin: auto;
  border: 1px solid #ffc1c8;
  color: #ffc1c8;
  text-align: center;
}
#page-celebritytestimony .mCSB_container_wrapper > .mCSB_container {
  padding-right: 0px;
}
#page-celebritytestimony .mCSB_scrollTools_vertical {
  transform: rotateZ(5deg);
}

#exilite .treatment-container {
  max-width: none;
}
#exilite .treatment-container .header-container {
  max-width: 900px;
}
#exilite .treatment-container .header-container > .text {
  margin-bottom: 40px;
}
#exilite .treatment-container .header-container .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#exilite .treatment-container .header-container .list .list-item {
  margin: 0 24px;
  margin-bottom: 40px;
}
#exilite .treatment-container .header-container .list .list-item:nth-child(1) {
  animation-delay: 0s;
}
#exilite .treatment-container .header-container .list .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
#exilite .treatment-container .header-container .list .list-item:nth-child(3) {
  animation-delay: 0.4s;
}
#exilite .treatment-container .header-container .list .list-item:nth-child(4) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  #exilite .treatment-container .header-container .list .list-item {
    margin: 0 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #exilite .treatment-container .header-container .list .list-item {
    margin: 0 12px;
    margin-bottom: 16px;
  }
}
#exilite .treatment-container .header-container .list .list-item img {
  width: 100%;
  min-height: 1px;
  height: auto;
}
#exilite .treatment-container .bottom-container {
  text-align: center;
}
#exilite .treatment-container .bottom-container h2.title {
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 96px;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  #exilite .treatment-container .bottom-container h2.title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 414px) {
  #exilite .treatment-container .bottom-container h2.title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
#exilite .treatment-container .bottom-container h2.title::before, #exilite .treatment-container .bottom-container h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#exilite .treatment-container .bottom-container h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #exilite .treatment-container .bottom-container h2.title::before {
    margin-right: 24px;
  }
}
#exilite .treatment-container .bottom-container h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #exilite .treatment-container .bottom-container h2.title::after {
    margin-left: 24px;
  }
}
#exilite .treatment-container .bottom-container .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1660px;
}
#exilite .treatment-container .bottom-container .list .list-item:nth-child(1) {
  animation-delay: 0.2s;
}
#exilite .treatment-container .bottom-container .list .list-item:nth-child(2) {
  animation-delay: 0.4s;
}
#exilite .treatment-container .bottom-container .list .list-item:nth-child(3) {
  animation-delay: 0.6s;
}
#exilite .treatment-container .bottom-container .list .list-item:nth-child(4) {
  animation-delay: 0.8s;
}
#exilite .treatment-container .bottom-container .list .list-item:nth-child(5) {
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  #exilite .treatment-container .bottom-container .list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #exilite .treatment-container .bottom-container .list {
    justify-content: space-between;
  }
}
#exilite .treatment-container .bottom-container .list-item {
  width: 20%;
  max-width: 360px;
  height: 360px;
  color: #d85a7a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #fef5f1;
}
@media screen and (max-width: 1024px) {
  #exilite .treatment-container .bottom-container .list-item {
    width: 44%;
    height: auto;
    padding: 2vw;
  }
}
@media screen and (max-width: 414px) {
  #exilite .treatment-container .bottom-container .list-item {
    width: 48%;
    margin: 0;
    margin-bottom: 12px;
  }
}
#exilite .treatment-container .bottom-container .list-item img {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #exilite .treatment-container .bottom-container .list-item img {
    width: 19vw;
    margin-bottom: 1.6vw;
  }
}
#exilite .treatment-container .bottom-container .list-item .caption {
  font-size: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #exilite .treatment-container .bottom-container .list-item .caption {
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
}

#iperfect .treatment-container .treatment-table .tc_2 {
  width: 30%;
}
#iperfect .treatment-container .treatment-table .tc_3 {
  width: 25%;
}
#iperfect .treatment-container .bottom-container {
  text-align: center;
  margin-top: 30px;
}
#iperfect .treatment-container .bottom-container .image {
  margin-top: 20px;
  width: 100%;
  max-width: 543px;
}
@media screen and (max-width: 414px) {
  #iperfect .treatment-container .bottom-container .image {
    max-width: 320px;
  }
}

#exilispro .treatment-container, #igenius .treatment-container {
  max-width: 1280px;
}
#exilispro .treatment-container .header-container, #igenius .treatment-container .header-container {
  max-width: 1280px;
}
#exilispro .treatment-container .content-container, #igenius .treatment-container .content-container {
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  #exilispro .treatment-container .content-container, #igenius .treatment-container .content-container {
    margin-top: 25px;
  }
}
#exilispro .treatment-container .content-container h2.title, #igenius .treatment-container .content-container h2.title {
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  #exilispro .treatment-container .content-container h2.title, #igenius .treatment-container .content-container h2.title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 414px) {
  #exilispro .treatment-container .content-container h2.title, #igenius .treatment-container .content-container h2.title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
#exilispro .treatment-container .content-container h2.title::before, #exilispro .treatment-container .content-container h2.title::after, #igenius .treatment-container .content-container h2.title::before, #igenius .treatment-container .content-container h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#exilispro .treatment-container .content-container h2.title::before, #igenius .treatment-container .content-container h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #exilispro .treatment-container .content-container h2.title::before, #igenius .treatment-container .content-container h2.title::before {
    margin-right: 24px;
  }
}
#exilispro .treatment-container .content-container h2.title::after, #igenius .treatment-container .content-container h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #exilispro .treatment-container .content-container h2.title::after, #igenius .treatment-container .content-container h2.title::after {
    margin-left: 24px;
  }
}
#exilispro .treatment-container .content-container .advantage, #igenius .treatment-container .content-container .advantage {
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 414px) {
  #exilispro .treatment-container .content-container .advantage, #igenius .treatment-container .content-container .advantage {
    margin-top: 0px;
  }
}
#exilispro .treatment-container .content-container .advantage .feature-list, #igenius .treatment-container .content-container .advantage .feature-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#exilispro .treatment-container .content-container .advantage .feature-list .list-item, #igenius .treatment-container .content-container .advantage .feature-list .list-item {
  margin: 0 24px;
  margin-bottom: 40px;
}
#exilispro .treatment-container .content-container .advantage .feature-list .list-item:nth-child(1), #igenius .treatment-container .content-container .advantage .feature-list .list-item:nth-child(1) {
  animation-delay: 0s;
}
#exilispro .treatment-container .content-container .advantage .feature-list .list-item:nth-child(2), #igenius .treatment-container .content-container .advantage .feature-list .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
#exilispro .treatment-container .content-container .advantage .feature-list .list-item:nth-child(3), #igenius .treatment-container .content-container .advantage .feature-list .list-item:nth-child(3) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  #exilispro .treatment-container .content-container .advantage .feature-list .list-item, #igenius .treatment-container .content-container .advantage .feature-list .list-item {
    margin: 0 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #exilispro .treatment-container .content-container .advantage .feature-list .list-item, #igenius .treatment-container .content-container .advantage .feature-list .list-item {
    margin: 0 12px;
    margin-bottom: 16px;
  }
}
#exilispro .treatment-container .content-container .advantage .feature-list .list-item img, #igenius .treatment-container .content-container .advantage .feature-list .list-item img {
  width: 100%;
  min-height: 1px;
  height: auto;
}

#ultravlift .treatment-container ul {
  margin: 30px auto;
  padding: 0;
  max-width: 140px;
}
#ultravlift .treatment-container ul li {
  color: #d85a7a;
  font-size: 22px;
  line-height: 36px;
}
#ultravlift .treatment-container .content-container {
  text-align: center;
}
#ultravlift .treatment-container .content-container .title {
  margin-top: 30px;
  font-size: 22px;
  color: #ed6d8c;
  font-style: italic;
  text-decoration: underline;
}
@media screen and (max-width: 414px) {
  #ultravlift .treatment-container .content-container .title {
    font-size: 15px;
  }
}
#ultravlift .treatment-container .content-container .image {
  max-width: 410px;
  margin: 20px 0 10px -70px;
}
@media screen and (max-width: 414px) {
  #ultravlift .treatment-container .content-container .image {
    max-width: 280px;
    margin-left: -50px;
  }
}

#tuliphifu .treatment-container .content-container {
  margin-top: 50px;
}
#tuliphifu .treatment-container .image {
  margin-top: 30px;
  width: 100%;
  vertical-align: middle;
}
#tuliphifu .treatment-table .tc_1 {
  width: 270px;
}
@media screen and (max-width: 414px) {
  #tuliphifu .treatment-table .tc_1 {
    width: 180px;
  }
}

#ultrashape .treatment-container {
  max-width: none;
}
#ultrashape .treatment-container .sub-title {
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  #ultrashape .treatment-container .sub-title {
    margin-top: 30px;
  }
}
#ultrashape .header-container {
  max-width: 900px;
  margin-bottom: 60px;
}
#ultrashape .content-container {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #ultrashape .content-container {
    margin-top: 10px;
  }
}
#ultrashape .content-container h2.title {
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 96px;
  max-width: 1440px;
}
@media screen and (max-width: 1024px) {
  #ultrashape .content-container h2.title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 414px) {
  #ultrashape .content-container h2.title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
#ultrashape .content-container h2.title::before, #ultrashape .content-container h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#ultrashape .content-container h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #ultrashape .content-container h2.title::before {
    margin-right: 24px;
  }
}
#ultrashape .content-container h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #ultrashape .content-container h2.title::after {
    margin-left: 24px;
  }
}
#ultrashape .content-container .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1660px;
}
#ultrashape .content-container .list .list-item:nth-child(1) {
  animation-delay: 0.2s;
}
#ultrashape .content-container .list .list-item:nth-child(2) {
  animation-delay: 0.4s;
}
#ultrashape .content-container .list .list-item:nth-child(3) {
  animation-delay: 0.6s;
}
#ultrashape .content-container .list .list-item:nth-child(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  #ultrashape .content-container .list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #ultrashape .content-container .list {
    justify-content: space-between;
  }
}
#ultrashape .content-container .list-item {
  width: 25%;
  max-width: 450px;
  height: auto;
  color: #d85a7a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
  margin-bottom: 20px;
  padding: 8px;
}
#ultrashape .content-container .list-item:nth-child(odd) {
  background-color: rgba(237, 192, 190, 0.4);
}
#ultrashape .content-container .list-item:nth-child(even) {
  background-color: rgba(237, 214, 189, 0.4);
}
@media screen and (max-width: 1024px) {
  #ultrashape .content-container .list-item {
    width: 44%;
    height: auto;
    padding: 2vw;
  }
}
@media screen and (max-width: 414px) {
  #ultrashape .content-container .list-item {
    width: 48%;
    margin: 0;
    margin-bottom: 12px;
  }
}
#ultrashape .content-container .list-item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #ultrashape .content-container .list-item img {
    width: 19vw;
    margin-bottom: 1.6vw;
  }
}
#ultrashape .content-container .list-item .caption {
  font-size: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #ultrashape .content-container .list-item .caption {
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
}
#ultrashape .content-container .list-item p {
  font-size: 18px;
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #ultrashape .content-container .list-item p {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1280px) {
  #picocure .banner.banner-picocure {
    min-height: 0;
    height: auto;
  }
}
#picocure .banner.banner-picocure::before {
  background: url("../img/pm-picocure-picocure.jpg") center/cover no-repeat;
  min-width: 767px;
  width: 767px;
  height: 767px;
  position: relative;
  top: -60px;
  left: -100px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  #picocure .banner.banner-picocure::before {
    min-width: 0px;
    width: 100%;
    height: 93.1vw;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
#picocure .banner.banner-picocure h1 {
  padding-top: 200px;
  margin-left: -50px;
}
@media screen and (max-width: 1280px) {
  #picocure .banner.banner-picocure h1 {
    padding: 0;
    margin: 16px 32px;
  }
}
#picocure .banner.banner-picocure h1 img {
  width: 350px;
  height: 131px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1280px) {
  #picocure .banner.banner-picocure h1 img {
    width: 40vw;
    height: auto;
  }
}
#picocure .banner h1 {
  color: #333333;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #picocure .banner h1 {
    font-size: 4.5vw;
  }
}
#picocure .banner h1 img {
  display: block;
}
#picocure .banner .subtitle {
  display: block;
  font-size: 40px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #515151;
}
@media screen and (max-width: 1280px) {
  #picocure .banner .subtitle {
    font-size: 4.5vw;
  }
}
#picocure .banner .subtitle2 {
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #515151;
}
@media screen and (max-width: 1280px) {
  #picocure .banner .subtitle2 {
    font-size: 3.5vw;
  }
}
#picocure h2.title {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: normal;
  text-align: center;
  color: #d85a7a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  #picocure h2.title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 414px) {
  #picocure h2.title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
#picocure h2.title::before, #picocure h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#picocure h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #picocure h2.title::before {
    margin-right: 24px;
  }
}
#picocure h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #picocure h2.title::after {
    margin-left: 24px;
  }
}
#picocure .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#picocure #breakthrough {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
#picocure #breakthrough h3.title {
  color: #d85a7a;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  #picocure #breakthrough h3.title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #picocure #breakthrough h3.title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
#picocure #breakthrough h3.title .big {
  font-size: 65px;
}
@media screen and (max-width: 1280px) {
  #picocure #breakthrough h3.title .big {
    font-size: 48px;
  }
}
@media screen and (max-width: 414px) {
  #picocure #breakthrough h3.title .big {
    font-size: 32px;
  }
}
#picocure #breakthrough p {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #333333;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 75px;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  #picocure #breakthrough p {
    margin-bottom: 5.8vw;
  }
}
@media screen and (max-width: 414px) {
  #picocure #breakthrough p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
#picocure #breakthrough #breakthrough-1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 414px) {
  #picocure #breakthrough #breakthrough-1 .list {
    margin-bottom: 40px;
  }
}
#picocure #breakthrough #breakthrough-1 .list .list-item {
  margin: 0 8px;
  text-align: center;
  max-width: 298px;
}
@media screen and (max-width: 1024px) {
  #picocure #breakthrough #breakthrough-1 .list .list-item {
    margin: 0 4px;
  }
}
#picocure #breakthrough #breakthrough-1 .list .list-item .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  #picocure #breakthrough #breakthrough-1 .list .list-item .image {
    width: 20vw;
    height: 20vw;
  }
}
#picocure #breakthrough #breakthrough-1 .list .list-item .arrow {
  background: url("../img/pm-element-arrow-right.svg") center no-repeat;
  background-size: contain;
  width: 24px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 1280px) {
  #picocure #breakthrough #breakthrough-1 .list .list-item .arrow {
    width: 2vw;
    height: 3vw;
    margin-bottom: 1.2vw;
  }
}
#picocure #breakthrough #breakthrough-1 .list .list-item .text {
  width: 200px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  #picocure #breakthrough #breakthrough-1 .list .list-item .text {
    width: 13vw;
  }
}
#picocure #breakthrough #breakthrough-2 {
  margin-bottom: 80px;
}
#picocure #breakthrough #breakthrough-2 .figure img {
  width: 100%;
  height: auto;
}
#picocure #breakthrough #breakthrough-3 {
  margin-bottom: 80px;
}
#picocure #breakthrough #breakthrough-3 .figure img {
  width: 100%;
  height: auto;
  padding: 0 16px;
}
#picocure #sovle {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #picocure #sovle {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  #picocure #sovle {
    margin-bottom: 30px;
  }
}
#picocure #sovle .list:nth-child(2) .list-item:nth-child(1) {
  animation-delay: 0s;
}
#picocure #sovle .list:nth-child(2) .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
#picocure #sovle .list:nth-child(2) .list-item:nth-child(3) {
  animation-delay: 0.4s;
}
#picocure #sovle .list:nth-child(2) .list-item:nth-child(4) {
  animation-delay: 0.6s;
}
#picocure #sovle .list:nth-child(3) .list-item:nth-child(1) {
  animation-delay: 0.8s;
}
#picocure #sovle .list:nth-child(3) .list-item:nth-child(2) {
  animation-delay: 1s;
}
#picocure #sovle .list:nth-child(3) .list-item:nth-child(3) {
  animation-delay: 1.2s;
}
#picocure #sovle .list:nth-child(3) .list-item:nth-child(4) {
  animation-delay: 1.4s;
}
#picocure #sovle .list-item {
  margin: 0 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #picocure #sovle .list-item {
    margin: 0 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #picocure #sovle .list-item {
    margin: 0 12px;
    margin-bottom: 16px;
  }
}
#picocure #sovle .list-item img {
  width: 100%;
  min-height: 1px;
  height: auto;
}
#picocure #advantage {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #picocure #advantage {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  #picocure #advantage {
    margin-bottom: 30px;
  }
}
#picocure #advantage .title {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#picocure #advantage .list {
  max-width: 1660px;
  justify-content: space-between;
}
#picocure #advantage .list .list-item:nth-child(1) {
  animation-delay: 0.2s;
}
#picocure #advantage .list .list-item:nth-child(2) {
  animation-delay: 0.4s;
}
#picocure #advantage .list .list-item:nth-child(3) {
  animation-delay: 0.6s;
}
#picocure #advantage .list .list-item:nth-child(4) {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  #picocure #advantage .list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #picocure #advantage .list {
    justify-content: space-between;
  }
}
#picocure #advantage .list-item {
  width: 25%;
  max-width: 400px;
  height: 400px;
  color: #d85a7a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #fef5f1;
}
@media screen and (max-width: 1024px) {
  #picocure #advantage .list-item {
    width: 44%;
    height: auto;
    padding: 2vw;
  }
}
@media screen and (max-width: 414px) {
  #picocure #advantage .list-item {
    width: 48%;
    margin: 0;
    margin-bottom: 12px;
  }
}
#picocure #advantage .list-item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #picocure #advantage .list-item img {
    width: 19vw;
    margin-bottom: 1.6vw;
  }
}
#picocure #advantage .list-item .caption {
  font-size: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #picocure #advantage .list-item .caption {
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
}
#picocure #advantage .list-item p {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #picocure #advantage .list-item p {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}

#ulthera .treatment-container {
  max-width: 1280px;
}
#ulthera .treatment-container .header-container {
  max-width: 1280px;
}
#ulthera .treatment-container .content-container {
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  #ulthera .treatment-container .content-container {
    margin-top: 25px;
  }
}
#ulthera .treatment-container .content-container h2.title {
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  #ulthera .treatment-container .content-container h2.title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 414px) {
  #ulthera .treatment-container .content-container h2.title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
#ulthera .treatment-container .content-container h2.title::before, #ulthera .treatment-container .content-container h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#ulthera .treatment-container .content-container h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #ulthera .treatment-container .content-container h2.title::before {
    margin-right: 24px;
  }
}
#ulthera .treatment-container .content-container h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #ulthera .treatment-container .content-container h2.title::after {
    margin-left: 24px;
  }
}
#ulthera .treatment-container .content-container .advantage {
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 414px) {
  #ulthera .treatment-container .content-container .advantage {
    margin-top: 0px;
  }
}
#ulthera .treatment-container .content-container .advantage .feature-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#ulthera .treatment-container .content-container .advantage .feature-list .list-item {
  margin: 0 24px;
  margin-bottom: 40px;
}
#ulthera .treatment-container .content-container .advantage .feature-list .list-item:nth-child(1) {
  animation-delay: 0s;
}
#ulthera .treatment-container .content-container .advantage .feature-list .list-item:nth-child(2) {
  animation-delay: 0.2s;
}
#ulthera .treatment-container .content-container .advantage .feature-list .list-item:nth-child(3) {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  #ulthera .treatment-container .content-container .advantage .feature-list .list-item {
    margin: 0 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #ulthera .treatment-container .content-container .advantage .feature-list .list-item {
    margin: 0 12px;
    margin-bottom: 16px;
  }
}
#ulthera .treatment-container .content-container .advantage .feature-list .list-item img {
  width: 100%;
  min-height: 1px;
  height: auto;
}

#page-coolsclpting .treatment-container {
  max-width: 1440px;
}
#page-coolsclpting .treatment-container h2.title {
  color: #d85a7a;
  font-size: 36px;
  line-height: normal;
  padding: 0 32px;
  color: #d85a7a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting .treatment-container h2.title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #page-coolsclpting .treatment-container h2.title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
#page-coolsclpting .treatment-container h2.title::before, #page-coolsclpting .treatment-container h2.title::after {
  content: "";
  height: 1px;
  background-color: #d85a7a;
  flex: 1;
  margin-top: 12px;
}
#page-coolsclpting .treatment-container h2.title::before {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #page-coolsclpting .treatment-container h2.title::before {
    margin-right: 24px;
  }
}
#page-coolsclpting .treatment-container h2.title::after {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #page-coolsclpting .treatment-container h2.title::after {
    margin-left: 24px;
  }
}
#page-coolsclpting .treatment-container .list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#page-coolsclpting #advantage {
  margin: 80px 0 100px;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting #advantage {
    margin: 40px 0 60px;
  }
}
@media screen and (max-width: 414px) {
  #page-coolsclpting #advantage {
    margin: 20px 0 30px;
  }
}
#page-coolsclpting #advantage .title {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#page-coolsclpting #advantage .list {
  max-width: 1500px;
  justify-content: space-between;
}
#page-coolsclpting #advantage .list .list-item:nth-child(1) {
  animation-delay: 0.2s;
}
#page-coolsclpting #advantage .list .list-item:nth-child(2) {
  animation-delay: 0.4s;
}
#page-coolsclpting #advantage .list .list-item:nth-child(3) {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting #advantage .list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
}
#page-coolsclpting #advantage .list-item {
  width: 33%;
  max-width: 500px;
  height: 500px;
  color: #d85a7a;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 11px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #fef5f1;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting #advantage .list-item {
    width: 44%;
    height: 45vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 414px) {
  #page-coolsclpting #advantage .list-item {
    width: 40%;
    height: 55vw;
    margin-bottom: 12px;
  }
}
#page-coolsclpting #advantage .list-item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting #advantage .list-item img {
    width: 19vw;
    margin-bottom: 1.6vw;
  }
}
#page-coolsclpting #advantage .list-item .caption {
  font-size: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting #advantage .list-item .caption {
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
}
#page-coolsclpting #advantage .list-item p {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #page-coolsclpting #advantage .list-item p {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}
#page-coolsclpting #advantage .conditions {
  font-size: 13px;
  color: #b3b3b3;
  text-align: center;
}

#page-blog #wp_section {
  margin: 0 auto;
  display: flow-root;
  background: white !important;
}
#page-blog #wp_section .ng-scope {
  background: white;
}
#page-blog #wp_section #wp_page_detail_content {
  margin: 0 auto 100px auto;
}
#page-blog #wp_section #wp_page_detail_content img {
  max-width: 100%;
  height: auto;
  display: flex;
  margin: auto;
}
#page-blog #wp_section #wp_page_detail_content p img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}
#page-blog #wp_section #wp_page_detail_content a {
  color: #F3688C;
}
#page-blog #wp_section #wp_page_detail_content a:hover {
  color: #D85A7A;
}
#page-blog #wp_section #wp_page_detail_content #form h1, #page-blog #wp_section #wp_page_detail_content #form .registerContainer {
  text-align: center;
}
#page-blog #wp_section #wp_page_detail_content #form h1 {
  color: #d85a7a;
  font-family: LucidaGrande, Helvetica, Arial, Microsoft JhengHei, SimHei, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}
#page-blog #wp_section #wp_page_detail_content #form .course-name {
  margin: 20px auto;
}
#page-blog #wp_section #wp_page_detail_content #form img {
  height: 350px;
}
#page-blog #wp_section #wp_page_detail_content #form .form-container {
  min-width: 65%;
}
#page-blog #wp_section h1, #page-blog #wp_section h2 {
  margin-top: 100px;
}
#page-blog #wp_section h3 {
  margin-top: 50px;
}
#page-blog #wp_section figure {
  margin: 30px auto;
}
#page-blog #wp_section figure img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #page-blog #wp_section {
    width: 100% !important;
  }
}
#page-blog .wp_index {
  display: flex;
  flex-wrap: wrap;
}
#page-blog .wp_post_block {
  display: flex;
  width: 50%;
  float: left;
  padding: 40px 20px;
  color: #F3688C;
}
#page-blog .wp_post_block:hover .wp_post_title {
  color: #D85A7A;
}
@media screen and (max-width: 768px) {
  #page-blog .wp_post_block {
    width: 100%;
  }
}
#page-blog .wp_post_content {
  width: 80%;
  padding-right: 10px;
}
#page-blog .wp_post_featured_media {
  width: 20%;
}
#page-blog .wp_post_date {
  padding-top: 10px;
  color: #868582;
  font-size: 16px;
}
#page-blog .wp_post_featured_media img {
  width: 100%;
  border-radius: 50%;
}

/*# sourceMappingURL=style.css.map */
