@import url("https://use.typekit.net/uty8ros.css");

h2 {
    margin: .5em 0;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 84px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: .45;
}
h2 span {
    text-transform: none;
}
h2 span span {
    font-size: 28px;
    font-family: sans-serif;
    text-transform: none;
}
h3 {
    font-family: Futura, Arial, sans-serif !important;
}
.beauty-kv *,
.beauty-topics *,
.beauty-sns *,
.beauty-whats *,
.beauty-report *,
.beauty-service *,
.beauty-column * {
    font-family: sans-serif;
}
@media (max-width: 1024px) {
    h2 {
        margin: 0 0 0 40px !important;
        font-size: 80px !important;
    }
    h2 span span {
        font-size: 28px !important;
    }
}
@media (max-width: 1024px) {
    h2 {
        margin: 0 0 0 20px !important;
        font-size: 36px !important;
        line-height: .6;
    }
    h2 span span {
        font-size: 16px !important;
    }
}

/* beauty-kv */
.beauty-kv {
    position: relative;
    max-width: 100%;
    margin: 70px auto 0;
    font-family: sans-serif;
}
.beauty-kv h1 {
    max-width: 95%;
    background-color: #6AC8D3;
    padding: 60px;
    border-radius: 0 120px 0 0;
}
.beauty-kv h1 img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}
.beauty-kv-photo {
    position: relative;
    top: -180px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    background-image: url(../img/beauty-kv-photo-bg.svg), url(../img/beauty-kv-photo-wide.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: left -90px top 70px, center top;
    background-size: auto, cover;
    overflow:hidden;
}
.beauty-kv-photo:after {
    content:"";
    height: 100%;
    width: 80px;
    position: absolute;
    top: -100px;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 8s ease-in-out 4s infinite;
}
@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    30% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    40% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    50% {
        transform: scale(50) rotate(45deg);
        opacity: 0; }
    100% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
}
.beauty-kv-photo img {
    display: none;
}
.beauty-kv-ambassador {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 2.5;
}
.beauty-kv-inner {
    position: relative;
    max-width: 95%;
    background-color: #6AC8D3;
    background-image: url(../img/beauty-kv-ambassador-bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom -50px;
    margin-top: -196px;
    padding: 1px 60px 60px;
    border-radius: 0 0 120px 0;
}
.beauty-kv-message {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .beauty-kv h1 {
        margin-right: 40px;
    }
    .beauty-kv-inner {
        margin-right: 40px;
    }
    .beauty-kv-message {
        font-size: 36px;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    .beauty-kv {
        margin: 40px auto 0;
    }
    .beauty-kv h1 {
        max-width: 100%;
        margin-right: 20px;
        padding: 30px;
        border-radius: 0 60px 0 0;
    }
    .beauty-kv-photo {
        top: -100px;
        height: 450px;
        background-position: left -50px top 50px, center top;
        background-size: 150px 230px, cover;
    }
    .beauty-kv-inner {
        max-width: 100%;
        margin-top: -116px;
        margin-right: 20px;
        background-position: right -40px bottom -20px;
        background-size: 50% 50%;
        padding: 1px 20px 20px;
        border-radius: 0 0 60px 0;
    }
    .beauty-kv-message {
        font-size: 16px;
    }
    .beauty-kv-ambassador {
        position: absolute;
        font-size: 14px;
        line-height: 1.75;
    }
    .beauty-kv-ambassador span {
        color: #222;
        font-family: Futura, Arial, sans-serif !important;
        font-size: 18px;
        font-weight: normal;
    }
    .beauty-kv-ambassador-photo {
        width: 100px;
        height: 100px;
    }
    .beauty-kv img[src*=shop-logo] {
        width: 175px;
        height: 34px;
    }
}

/* beauty-topics */
.beauty-topics {
    max-width: 100%;
    margin: 128px auto;
    font-family: sans-serif;
}
.beauty-topics h2 {
    margin: 0 0 0 86px;
}
.beauty-topics-inner {
    max-width: 95%;
    margin: 52px 0 0 auto;
    background-color: #6AC8D3;
    background-image: url(../img/beauty-topics-bg.svg);
    background-repeat: no-repeat;
    background-position: right 50px top -168px;
    padding: 60px;
    border-radius: 120px 0 0 120px;
}
.beauty-topics-slider .slick-slide {
    background-color: rgba(255, 255, 255, .8);
    margin: 0 12px;
    padding: 72px;
    border-radius: 52px;
}
.beauty-topics-slider .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.beauty-topics-slider .slick-dots {
    bottom: -40px;
}
.beauty-topics-slider .slick-dots li button::before {
    color: rgba(255, 255, 255, .8);
}
.beauty-topics-slider .slick-dots li.slick-active button::before {
    color: #fff;
}
.beauty-topics-slider .slick-dots li button::before {
    font-size: 20px;
}
.beauty-topics-photo {
    position: relative;
    margin: 0;
}
.beauty-topics-photo .beauty-topics-date {
    position: absolute;
    top: -36px;
    right: 0;
    color: #999;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 20px;
}
.beauty-topics-photo img {
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 20px 20px 0px 0 #C1A263;
}
.beauty-topics-photo .beauty-topics-new {
    position: absolute;
    left: -48px;
    top: -48px;
    width: 96px;
    height: 96px;
    border-radius: 132px;
    background-color: #C1A263;
    color: #fff;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.beauty-topics-title {
    font-size: 24px;
    font-weight: normal;
    margin: 1.5em 0 .25em;
}
.beauty-topics-text {
    font-size: 20px;
    margin: .5em 0;
}
.beauty-topics-link {
    font-size: 24px;
    margin: .5em 0 0;
    text-align: center;
}
.beauty-topics-link a {
    color: #C1A263;
    text-decoration: none;
}
.beauty-topics-link a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .beauty-topics-inner {
        margin: 52px 0 0 40px;
    }
}
@media (max-width: 768px) {
    .beauty-topics {
        margin: 50px auto;
    }
    .beauty-topics-inner {
        max-width: 100%;
        margin: 20px 0 0 20px;
        background-position: right -50px top -50px;
        background-size: 50%;
        padding: 20px;
        border-radius: 60px 0 0 60px;
    }
    .beauty-topics-slider .slick-slide {
        margin: 0 6px;
        padding: 34px 20px 20px;
        border-radius: 24px;
    }
    .beauty-topics-slider .slick-dots {
        bottom: -40px;
    }
    .beauty-topics-slider .slick-dots li button::before {
        font-size: 14px;
    }
    .beauty-topics-photo .beauty-topics-date {
        top: -24px;
        font-size: 14px;
    }
    .beauty-topics-photo img {
        border-radius: 12px;
        box-shadow: 6px 6px 0px 0 #C1A263;
    }
    .beauty-topics-photo .beauty-topics-new {
        left: -10px;
        top: -10px;
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
    .beauty-topics-title {
        font-size: 18px;
    }
    .beauty-topics-text {
        font-size: 16px;
    }
    .beauty-topics-link {
        font-size: 16px;
    }
}
.beauty-sns {
    margin: 3em 0;
    padding-bottom: 4em;
    background-image: url(../img/beauty-sns-bg-top.svg), url(../img/beauty-sns-bg-bottom.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right 24px top, left -150px bottom;
    font-family: sans-serif;
}
.beauty-sns h2 {
    max-width: 90%;
    margin: 128px auto;
}
.beauty-gallery {
  margin: -4em 0 3em;
  padding: 0;
  cursor: pointer;
}
.beauty-gallery .slick-dots {
    bottom: -40px;
}
.beauty-gallery .slick-dots li button::before {
    color: rgba(106, 200, 211, .8);
}
.beauty-gallery .slick-dots li.slick-active button::before {
    color: #6AC8D3;
}
.beauty-gallery .slick-dots li button::before {
    font-size: 20px;
}
.beauty-gallery > div > div > div {
  line-height: 1;
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 32px;
  margin: 0 12px;
  background-color: rgba(255, 255, 255, .8);
}
.beauty-gallery > div > div > div > img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}
.beauty-gallery div p {
  margin: .75em 0 0;
  font-size: 14px;
  text-align: center;
}
.beauty-gallery div p img {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .25em;
  border-radius: 0;
}
.beauty-gallery div p span {
  font-size: 12px;
}
.beauty-gallery.slick .slide {
  width: 300px;
}
@media (max-width: 1024px) {
    .beauty-gallery {
      margin: 3em 0 0;
    }
}
@media (max-width: 768px) {
    .beauty-sns {
        margin: 3em 0 0;
    }
    .beauty-gallery {
      margin: 2em 0 0;
    }
    .beauty-gallery .slick-dots li button::before {
        font-size: 14px;
    }
    .beauty-gallery > div > div > div {
        border-radius: 16px;
    }
    .beauty-gallery .slick-slide a img[width="300"] {
        width: 240px;
        height: 240px;
        border-radius: 16px;
    }
}
.beauty-whats {
    max-width: 100%;
    margin: 128px auto;
    font-family: sans-serif;
}
.beauty-whats-inner {
    max-width: 95%;
    margin: 0 auto 0 0;
    background-color: #6AC8D3;
    background-image: url(../img/beauty-whats-bg.svg);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 60px;
    border-radius: 0 120px 120px 0;
}
.beauty-whats h2 {
    margin-left: 100px;
}
.beauty-whats h3 {
    color: #fff;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.beauty-whats h3 span {
    font-family: serif;
    font-size: 42px;
}
.beauty-whats p {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.beauty-whats p strong {
    color: #FFFF8E;
    font-weight: normal;
}
.beauty-whats p span {
    font-size: 125%;
}
.beauty-whats .beauty-whats-logo {
    margin: 2em 0;
}
.beauty-shadow {
    max-width: 100%;
    height: auto;
    margin: 20px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 30%);
}
.beauty-whats-package {
    margin: 2em auto 4em;
    max-width: 908px;
    padding: 1em 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.beauty-whats-pentagon {
    position: relative;
    width: 720px;
    height: 694px;
    margin: 0 auto;
    background-image: url(../img/beauty-whats-pentagon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.beauty-whats-pentagon p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.beauty-whats-pentagon img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.beauty-whats-pentagon img:nth-child(3) {
    position: absolute;
    top: 210px;
    right: 0;
}
.beauty-whats-pentagon img:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 100px;
}
.beauty-whats-pentagon img:nth-child(5) {
    position: absolute;
    bottom: 0;
    left: 100px;
}
.beauty-whats-pentagon img:nth-child(6) {
    position: absolute;
    top: 210px;
    left: 0;
}
.beauty-whats-pentagon img {
    animation: smoothImage 20s ease 4s infinite;
    z-index: 10;
}
@keyframes smoothImage {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1.2);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.beauty-whats-pentagon img:nth-child(2) { animation-delay: 4s; }
.beauty-whats-pentagon img:nth-child(3) { animation-delay: 8s; }
.beauty-whats-pentagon img:nth-child(4) { animation-delay: 12s; }
.beauty-whats-pentagon img:nth-child(5) { animation-delay: 16s; }
.beauty-whats-pentagon img:nth-child(6) { animation-delay: 20s; }
/*
.beauty-whats-pentagon img:hover {
    transform: scale(1.25);
}
*/
.beauty-whats-pentagon-text {
    position: absolute;
    top: 248px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 232px;
    padding: 2em 1em;
    background-color: #6AC8D3;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    animation: smoothText 20s ease 4s infinite;
    z-index: 9;
}
@keyframes smoothText {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.beauty-whats-pentagon-text strong {
    color: #FFFF8E;
    font-size: 16px;
}
.beauty-whats-pentagon-text i {
    font-weight: bold;
    font-style: normal;
}
.beauty-whats-pentagon-text span {
    font-size: 75%;
}
.beauty-whats-pentagon .beauty-whats-pentagon-text:nth-child(7) { animation-delay: 4s; }
.beauty-whats-pentagon .beauty-whats-pentagon-text:nth-child(8) { animation-delay: 8s; }
.beauty-whats-pentagon .beauty-whats-pentagon-text:nth-child(9) { animation-delay: 12s; }
.beauty-whats-pentagon .beauty-whats-pentagon-text:nth-child(10) { animation-delay: 16s; }
.beauty-whats-pentagon .beauty-whats-pentagon-text:nth-child(11) { animation-delay: 20s; }

.beauty-whats-service {
    display: flex;
    justify-content: space-evenly;
    width: 908px;
    margin: 3em auto 0;
    gap: 24px;
}
.beauty-whats-service div {
    width: 50%;
}
.beauty-whats-service h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.25;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.beauty-whats-service h4::before,
.beauty-whats-service h4::after {
  width: 2px;
  height: 60px;
  content: "";
  background-color: #fff;
}
.beauty-whats-service h4::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.beauty-whats-service h4::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.beauty-whats-service img[src*="flora-package"] {
    margin-bottom: 1.75em;
}
.beauty-whats-service ol {
    color: #fff;
    font-size: 18px;
}
.beauty-whats-service ol strong {
    color: #FFFF8E;
    font-weight: normal;
}
.beauty-whats-service ol span {
    font-size: 75%;
}
.beauty-whats-why {
    max-width: 1194px;
    margin: 2em 0 0 auto;
    background-color: #6AC8D3;
    padding: 60px;
    border-radius: 120px 0 0 120px;
    background-image: url(../img/beauty-whats-why-bg.svg);
    background-repeat: no-repeat;
    background-position: right 80px top -32px;
}
.beauty-whats-why h3 {
    text-align: left;
    padding-bottom: .5em;
    border-bottom: 2px solid #fff;
}
.beauty-whats-why p {
    text-align: left;
}
@media (max-width: 1024px) {
    .beauty-whats {
        margin: 3em auto 0;
    }
    .beauty-whats-inner {
        margin: 40px 40px 0 0;
    }
    .beauty-whats-pentagon {
        position: relative;
        width: 100%;
    }
    .beauty-whats-service {
        width: 100%;        
    }
    .beauty-whats-why {
        margin: 2em 0 0 40px;
    }
}
@media (max-width: 768px) {
    .beauty-whats {
        margin: 0;
    }
    .beauty-whats-inner {
        max-width: 100%;
        margin: 24px 20px 0 0;
        background-size: contain;
        padding: 20px;
        border-radius: 0 60px 60px 0;
    }
    .beauty-whats h3 {
        font-size: 22px;
    }
    .beauty-whats h3 span {
        font-size: 20px;
    }
    .beauty-whats p {
        font-size: 16px;
    }
    .beauty-whats .beauty-whats-logo {
        margin: 2em 0;
    }
    .beauty-whats img[src*=shop-logo] {
        width: 175px;
        height: 34px;
    }
    .beauty-whats-pentagon {
        margin-top: -20px;
        margin-bottom: 180px;
        width: 300px;
        height: 290px;
        background-size: 205px 195px;
        background-position: center center;
    }
    .beauty-whats-pentagon p {
        font-size: 14px;
    }
    .beauty-whats-pentagon img:nth-child(2),
    .beauty-whats-pentagon img:nth-child(3),
    .beauty-whats-pentagon img:nth-child(4),
    .beauty-whats-pentagon img:nth-child(5),
    .beauty-whats-pentagon img:nth-child(6) {
        width: 94px;
        height: 94px;
    }
    .beauty-whats-pentagon img:nth-child(3) {
        top: 75px;
        right: 0;
    }
    .beauty-whats-pentagon img:nth-child(4) {
        position: absolute;
        bottom: 0;
        right: 38px;
    }
    .beauty-whats-pentagon img:nth-child(5) {
        position: absolute;
        bottom: 0;
        left: 38px;
    }
    .beauty-whats-pentagon img:nth-child(6) {
        position: absolute;
        top: 75px;
        left: 0;
    }
    .beauty-whats-pentagon-text {
        top: 280px;
        left: auto;
        transform: none;
        width: 100%;
        font-size: 12px;
    }
    .beauty-whats-pentagon-text strong {
        font-size: 14px;
    }
    .beauty-whats img[src*=beauty-cp-package] {
        width: 120px;
        height: 98px;
        margin-right: 10px;
    }
    .beauty-whats img[src*=beauty-flora-package] {
        width: 140px;
        height: 72px;
    }
    .beauty-whats-service {
        margin-top: 1em;
        gap: 16px;
    }
    .beauty-whats-service div {
        width: 50%;
    }
    .beauty-whats-service h4 {
      font-size: 14px;
      margin-bottom: 0;
    }
    .beauty-whats-service h4::before,
    .beauty-whats-service h4::after {
        width: 1px;
        height: 36px;
    }
    .beauty-whats-service img[src*="flora-package"] {
        margin-bottom: 2em;
    }
    .beauty-whats-service ol {
        font-size: 14px;
    }
    .beauty-whats-why {
        margin: 2em 0 0 20px;
        padding: 10px 30px;
        border-radius: 60px 0 0 60px;
        background-position: right -92px top -64px;
    }
}
.beauty-report {
    max-width: 100%;
    margin: 10em auto;
    background-image: url(../img/beauty-report-bg.svg);
    background-repeat: repeat-y;
    background-size: cover;
    font-family: sans-serif;
}
.beauty-report-inner {
    max-width: 1108px;
    margin: 0 auto;
}
.beauty-report-divider {
    display: flex;
    align-items: center;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 56px;
    margin-bottom: .5em;
}
.beauty-report-divider:before,
.beauty-report-divider:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #999;
}
.beauty-report-divider:before {
    margin-right: 1rem;
}
.beauty-report-divider:after {
    margin-left: 1rem;
}
.beauty-report-category {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.beauty-report-category li {
    width: 31%;
}
.beauty-report-tab {
    display: block;
    width: 100%;
    padding: .5em 1em;
    color: #fff;
    background-color: #999;
    border-radius: 60px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}
.beauty-report-tab:hover {
    opacity: .7;
}
.beauty-report-tab-01 {
    background-color: #7DB762;
}
.beauty-report-tab-02 {
    background-color: #CE6497;
}
.beauty-report-tab-03 {
    background-color: #52A9BC;
}
.beauty-report-tab-04 {
    background-color: #CE7F00;
}
.beauty-report-tab-05 {
    background-color: #DFBD37;
}
.beauty-report-tab-06 {
    background-color: #B384AC;
}
.beauty-report-items {
    margin: 4em 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.beauty-report-items div {
    width: 48%;
    padding: 32px 24px 24px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 36px;
    text-align: center;
    position: relative;
}
.beauty-report-items div h3 {
    font-size: 24px;
    text-align: left;
    margin-top: .5em;
    margin-bottom: .5em;
}
.beauty-report-items div p {
    font-size: 20px;
    text-align: left;
    margin-top: .5em;
}
.beauty-report-items div img {
    float: left;
    margin-right: 24px;
    max-width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 0px 0 #C1A263;
}
.beauty-report-new {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 64px;
    height: 64px;
    border-radius: 132px;
    background-color: #C1A263;
    color: #fff;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.beauty-report-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: .35em 1.5em;
    background-color: #999;
    border-radius: 0 36px 0 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.beauty-report-label-01 {
    background-color: #7DB762;
}
.beauty-report-label-02 {
    background-color: #CE6497;
}
.beauty-report-label-03 {
    background-color: #52A9BC;
}
.beauty-report-label-04 {
    background-color: #CE7F00;
}
.beauty-report-label-05 {
    background-color: #DFBD37;
}
.beauty-report-label-06 {
    background-color: #B384AC;
}
.beauty-report-link {
    font-size: 32px;
    margin: .5em 0 0;
    text-align: center !important;
}
.beauty-report-link a {
    color: #C1A263;
    text-decoration: none;
}
.beauty-report-link a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .beauty-report-inner {
        margin: 0 40px;
    }
    .beauty-report-inner h2 {
        margin-left: 0 !important;
    }
}
@media (max-width: 768px) {
    .beauty-report {
        margin: 4em 0;
        background-size: cover;
    }
    .beauty-report-inner {
        margin: 0 20px;
    }
    .beauty-report-divider {
        font-size: 20px;
    }
    .beauty-report-category {
        gap: 8px;
    }
    .beauty-report-category li {
        width: 31%;
    }
    .beauty-report-tab {
        border-radius: 16px;
        font-size: 14px;
    }
    .beauty-report-items {
        margin: 2em 0;
        gap: 12px;
    }
    .beauty-report-items div {
        width: 48%;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 24px;
    }
    .beauty-report-items div h3 {
        margin-top: 1em;
        font-size: 18px;
    }
    .beauty-report-items div p {
        margin-top: 1em;
        font-size: 16px;
    }
    .beauty-report-items div img {
        border-radius: 16px;
        float: none;
    }
    .beauty-report-new {
        left: 10px;
        top: 10px;
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
    .beauty-report-label {
        position: absolute;
        top: 0;
        right: 16px;
        padding: .25em .75em;
        background-color: #999;
        border-radius: 0 0 8px 8px;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .beauty-report-label-01 {
        background-color: #7DB762;
    }
    .beauty-report-label-02 {
        background-color: #CE6497;
    }
    .beauty-report-label-03 {
        background-color: #52A9BC;
    }
    .beauty-report-label-04 {
        background-color: #CE7F00;
    }
    .beauty-report-label-05 {
        background-color: #DFBD37;
    }
    .beauty-report-label-06 {
        background-color: #B384AC;
    }
    .beauty-report-link {
        font-size: 16px;
    }
}
.beauty-service {
    max-width: 100%;
    margin: 10em auto;
    background-image: url(../img/beauty-report-bg.svg);
    background-repeat: repeat-y;
    background-size: cover;
    font-family: sans-serif;
}
.beauty-service-inner {
    max-width: 1108px;
    margin: 0 auto;
}
.beauty-service-set,
.beauty-service-cg,
.beauty-service-cp,
.beauty-service-flora {
    margin: 4em 0;
    padding: 60px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 52px;
}
.beauty-service-set .beauty-service-lead {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.25;
    color: #6AC8D3;
    background: linear-gradient(to right, #BD935B, #6DB63A); 
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    text-align: center;
}
.beauty-service-set .beauty-service-lead::before {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #BD935B;
}
.beauty-service-set .beauty-service-lead::after {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #6DB63A;
}
.beauty-service-set .beauty-service-lead::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.beauty-service-set .beauty-service-lead::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.beauty-service-desc {
    margin-bottom: 0;
    color: #999;
    font-size: 24px;
    text-align: center;
}
.beauty-service-title {
    margin-top: 0;
    margin-bottom: .5em;
    color: #6AC8D3;
    background: linear-gradient(to right, #BD935B, #6DB63A); 
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-family: Futura, Arial, sans-serif !important;
    font-weight: normal;
    text-align: center;
    line-height: 1.25;
}
.beauty-service-text {
    font-size: 24px;
}
.beauty-service-package {
    text-align: center;
}
.beauty-service-price {
    margin-top: .5em;
    margin-bottom: 1em;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
}
.beauty-service-price del {
    background-image: linear-gradient(#222, #222);
    background-position: 0 50%;
    background-size: 100% 4px;
    background-repeat: repeat-x;
    padding: 0 2px;
    text-decoration: none;
}
.beauty-service-price i {
    display: inline-block;
    margin-top: .5em;
    color: #c00;
    font-style: normal;
    font-weight: bold;
}
.beauty-service-price span {
    font-size: 75%;
}
.beauty-service-price-end {
    color: #c00;
    font-weight: normal;
}
.beauty-service-link {
    margin-top: .5em;
    text-align: center;
}
.beauty-service-link a {
    padding: .5em 2em;
    background: linear-gradient(to right, #BD935B, #6DB63A);
    border-radius: 60px;
    color: #fff;
    font-size: 28px;
}
.beauty-service-link a:hover {
    opacity: .7;
}
.beauty-service-list {
    list-style: none;
    margin: 3em 0 0;
    padding: 0;
}
.beauty-service-list li {
    margin-top: .5em;
    padding-left: 1.8em;
    font-size: 22px;
    background-image: url(../img/beauty-checkbox-brown.svg);
    background-size: 34px 27px;
    background-repeat: no-repeat;
    background-position: left top;
}
.beauty-service-cg {
    display: flex;
    justify-content: space-evenly;
}
.beauty-service-cg div:first-child {
    padding: 1em 0 1em;
    text-align: center;
}
.beauty-service-cg .beauty-service-lead {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.25;
    color: #2BACA9;
    font-size: 28px;
    text-align: center;
}
.beauty-service-cg .beauty-service-lead::before {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #2BACA9;
}
.beauty-service-cg .beauty-service-lead::after {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #2BACA9;
}
.beauty-service-cg .beauty-service-lead::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.beauty-service-cg .beauty-service-lead::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.beauty-service-cg .beauty-service-link a {
    padding: .5em 2em;
    background-color: #2BACA9;
    background-image: none;
    border-radius: 60px;
    color: #fff;
    font-size: 32px;
}
.beauty-service-cp .beauty-service-lead {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.25;
    color: #BD935B;
    font-size: 28px;
    text-align: center;
}
.beauty-service-cp .beauty-service-lead::before {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #BD935B;
}
.beauty-service-cp .beauty-service-lead::after {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #BD935B;
}
.beauty-service-cp .beauty-service-lead::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.beauty-service-cp .beauty-service-lead::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.beauty-service-cp .beauty-service-link a {
    padding: .5em 2em;
    background-color: #BD935B;
    background-image: none;
    border-radius: 60px;
    color: #fff;
    font-size: 32px;
}
.beauty-service-flora .beauty-service-lead {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.25;
    color: #6DB63A;
    font-size: 28px;
    text-align: center;
}
.beauty-service-flora .beauty-service-lead::before {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #6DB63A;
}
.beauty-service-flora .beauty-service-lead::after {
  width: 2px;
  height: 32px;
  content: "";
  background-color: #6DB63A;
}
.beauty-service-flora .beauty-service-lead::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}
.beauty-service-flora .beauty-service-lead::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.beauty-service-flora .beauty-service-link a {
    padding: .5em 2em;
    background-color: #6DB63A;
    background-image: none;
    border-radius: 60px;
    color: #fff;
    font-size: 32px;
}
.beauty-service-flora .beauty-service-list li {
    background-image: url(../img/beauty-checkbox-green.svg);
}
@media (max-width: 1024px) {
    .beauty-service {
        margin: 5em auto;
    }
    .beauty-service-inner {
        margin: 0 40px;
    }
    .beauty-service-inner h2 {
        margin-left: 0 !important;
    }
    .beauty-service-lead {
        font-size: 28px !important;
    }
    .beauty-service-lead::before {
      height: 34px !important;
    }
    .beauty-service-lead::after {
      height: 34px !important;
    }
    .beauty-service-title {
        font-size: 52px;
    }
    .beauty-service-cg {
        display: block;
    }
}
@media (max-width: 768px) {
    .beauty-service {
        margin: 4em auto;
        background-size: contain;
    }
    .beauty-service-inner {
        margin: 0 20px;
    }
    .beauty-service-set,
    .beauty-service-cg,
    .beauty-service-cp,
    .beauty-service-flora {
        margin: 2em 0;
        padding: 20px;
        border-radius: 32px;
    }
    .beauty-service-set .beauty-service-lead {
        font-size: 14px !important;
    }
    .beauty-service-set .beauty-service-lead::before {
      width: 1px;
      height: 20px !important;
    }
    .beauty-service-set .beauty-service-lead::after {
      width: 1px;
      height: 20px !important;
    }
    .beauty-service-desc {
        font-size: 16px;
    }
    .beauty-service-title {
        font-size: 28px;
    }
    .beauty-service-text {
        font-size: 16px;
    }
    .beauty-service-package {
        text-align: center;
    }
    .beauty-service-price {
        font-size: 28px;
        line-height: 1.25;
    }
    .beauty-service-price span {
        font-size: 75%;
    }
    .beauty-service-price-end {
        font-size: 16px !important;
    }
    .beauty-shadow {
        margin: .5em 0;
    }
    .beauty-service-link a {
        border-radius: 32px;
        font-size: 20px;
    }
    .beauty-service-list {
        list-style: none;
        margin: 2em 0 0;
        padding: 0;
    }
    .beauty-service-list li {
        font-size: 16px;
        background-size: 20px 24px;
        background-position: left top 0;
    }
    .beauty-service-cg div:first-child {
        padding: 0 0 1em;
    }
    .beauty-service-cg .beauty-service-lead {
        font-size: 16px !important;
    }
    .beauty-service-cg .beauty-service-lead::before {
      width: 1px;
      height: 20px !important;
    }
    .beauty-service-cg .beauty-service-lead::after {
      width: 1px;
      height: 20px !important;
    }
    .beauty-service-cg .beauty-service-link a {
        border-radius: 32px;
        font-size: 20px;
    }
    .beauty-service-cp .beauty-service-lead {
        font-size: 16px !important;
    }
    .beauty-service-cp .beauty-service-lead::before {
      width: 1px !important;
      height: 20px !important;
    }
    .beauty-service-cp .beauty-service-lead::after {
      width: 1px !important;
      height: 20px !important;
    }
    .beauty-service-cp .beauty-service-link a {
        border-radius: 32px;
        font-size: 20px;
    }
    .beauty-service-flora .beauty-service-lead {
        font-size: 16px !important;
        text-align: center;
    }
    .beauty-service-flora .beauty-service-lead::before {
      width: 1px;
      height: 20px !important;
    }
    .beauty-service-flora .beauty-service-lead::after {
      width: 1px;
      height: 20px !important;
    }
    .beauty-service-flora .beauty-service-link a {
        border-radius: 32px;
        font-size: 16px;
    }
    .beauty-service-cg img[src*=beauty-logo-cg] {
        width: 220px;
        height: 40px;
    }
    .beauty-service-cp img[src*=beauty-logo-cp] {
        width: 260px;
        height: 35px;
    }
    .beauty-service-flora img[src*=beauty-logo-flora] {
        width: 260px;
        height: 36px;
    }
    .beauty-service-set img[src*=beauty-cp-package] {
        width: 120px;
        height: 98px;
        margin-right: 10px;
    }
    .beauty-service-set img[src*=beauty-flora-package] {
        width: 140px;
        height: 72px;
    }
    .beauty-service-cg img[src*=beauty-cg-package] {
        width: 160px;
        height: 130px;
    }
    .beauty-service-cp img[src*=beauty-cp-package] {
        width: 160px;
        height: 130px;
    }
    .beauty-service-flora img[src*=beauty-flora-package] {
        width: 180px;
        height: 91px;
    }

}
.beauty-column {
    max-width: 100%;
    margin: 10em auto;
    background-image: url(../img/beauty-report-bg.svg);
    background-repeat: repeat-y;
    background-size: cover;
    font-family: sans-serif;
}
.beauty-column-inner {
    max-width: 1108px;
    margin: 0 auto;
}
.beauty-column-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 4em;
}
.beauty-column-item div {
    background-color: rgba(255, 255, 255, .8);
    padding: 44px 24px;
    border-radius: 36px;
    border: 1px solid #ccc;
}
.beauty-column-item div img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    box-shadow: 6px 6px 0 0 #C1A263;
}
.beauty-column-item .beauty-topics-new {
    position: absolute;
    left: -12px;
    top: -32px;
    width: 64px;
    height: 64px;
    border-radius: 132px;
    background-color: #C1A263;
    color: #fff;
    font-family: Futura, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .beauty-column {
        margin: 5em auto 0;
    }
    .beauty-column-item {
        margin-top: 32px;
        display: block;
    }
    .beauty-column-item div {
        margin: 40px;
    }
}
@media (max-width: 768px) {
    .beauty-column {
        margin: 4em auto 0;
    }
    .beauty-column-item div {
        margin: 20px;
        padding: 30px 20px 20px;
        border-radius: 24px;
    }
    .beauty-column-item .beauty-topics-new {
        position: absolute;
        top: -24px;
    }
}