@charset "UTF-8";

.en {
    font-family: "Roboto Condensed", sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.font,
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: min(1.4814814815vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: rgb(37, 37, 37);
}

@media screen and (max-width: 767px) {

    .font,
    body {
        font-size: 3.4666666667vw;
    }
}

* {
    border: 0;
    outline: none;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-feature-settings: "palt" on;
}

html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

h1,
h2 {
    position: relative;
    font-weight: 700;
}

*:focus {
    outline: none;
}

p a {
    word-break: break-all;
    text-decoration: underline;
}

sup {
    vertical-align: top;
    font-size: 50%;
}

sub {
    vertical-align: baseline;
    font-size: 50%;
}

em,
b,
strong,
th {
    font-weight: 700;
}

a {
    color: #333;
    cursor: pointer;
    transition: opacity 0.3s;
}

figcaption,
small {
    font-size: min(1.1111111111vw, 12px);
}

@media screen and (max-width: 767px) {

    figcaption,
    small {
        font-size: 2.6666666667vw;
    }
}

img {
    display: block;
    height: auto;
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

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

@media screen and (min-width: 768px) {
    .adlp-outer {
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .adlp-outer {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .adlp-wrapper {
        width: min(177.7777777778vw, 1920px);
        margin: 0 auto;
    }
}

.w100 {
    width: 100% !important;
    display: block;
}

.center {
    text-align: center;
}

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

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.text__txt {
    color: #333 !important;
}

.text__white {
    color: #fff !important;
}

.text__silver {
    color: #f1f1f1 !important;
}

.text__accent {
    color: #E75B18 !important;
}

.bg__txt {
    background: #333 !important;
}

.bg__white {
    background: #fff !important;
}

.bg__silver {
    background: #f1f1f1 !important;
}

.bg__accent {
    background: #E75B18 !important;
}

.line__top__txt {
    border-top: 1px solid #333;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__white {
    border-top: 1px solid #fff;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__silver {
    border-top: 1px solid #f1f1f1;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__accent {
    border-top: 1px solid #E75B18;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

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

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

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

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

.line__txt {
    border-bottom: 1px solid #333;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__white {
    border-bottom: 1px solid #fff;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__silver {
    border-bottom: 1px solid #f1f1f1;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__accent {
    border-bottom: 1px solid #E75B18;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.pad10 {
    padding: min(0.9259259259vw, 10px) 0;
}

@media screen and (max-width: 767px) {
    .pad10 {
        padding-top: 1.3333333333vw !important;
        padding-bottom: 1.3333333333vw !important;
    }
}

.pad20 {
    padding: min(1.8518518519vw, 20px) 0;
}

@media screen and (max-width: 767px) {
    .pad20 {
        padding-top: 2.6666666667vw !important;
        padding-bottom: 2.6666666667vw !important;
    }
}

.pad30 {
    padding: min(2.7777777778vw, 30px) 0;
}

@media screen and (max-width: 767px) {
    .pad30 {
        padding-top: 4vw !important;
        padding-bottom: 4vw !important;
    }
}

.pad40 {
    padding: min(3.7037037037vw, 40px) 0;
}

@media screen and (max-width: 767px) {
    .pad40 {
        padding-top: 5.3333333333vw !important;
        padding-bottom: 5.3333333333vw !important;
    }
}

.pad50 {
    padding: min(4.6296296296vw, 50px) 0;
}

@media screen and (max-width: 767px) {
    .pad50 {
        padding-top: 6.6666666667vw !important;
        padding-bottom: 6.6666666667vw !important;
    }
}

.pad60 {
    padding: min(5.5555555556vw, 60px) 0;
}

@media screen and (max-width: 767px) {
    .pad60 {
        padding-top: 8vw !important;
        padding-bottom: 8vw !important;
    }
}

.mt10 {
    margin-top: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .mt10 {
        margin-top: 1.3333333333vw;
    }
}

.mt20 {
    margin-top: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .mt20 {
        margin-top: 2.6666666667vw;
    }
}

.mt30 {
    margin-top: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .mt30 {
        margin-top: 4vw;
    }
}

.mt40 {
    margin-top: min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .mt40 {
        margin-top: 5.3333333333vw;
    }
}

.mt50 {
    margin-top: min(4.6296296296vw, 50px);
}

@media screen and (max-width: 767px) {
    .mt50 {
        margin-top: 6.6666666667vw;
    }
}

.mt60 {
    margin-top: min(5.5555555556vw, 60px);
}

@media screen and (max-width: 767px) {
    .mt60 {
        margin-top: 8vw;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt10 {
        margin-top: 1.3333333333vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt20 {
        margin-top: 2.6666666667vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt30 {
        margin-top: 4vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt40 {
        margin-top: 5.3333333333vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt50 {
        margin-top: 6.6666666667vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt60 {
        margin-top: 8vw !important;
    }
}

.wrap500 {
    margin: auto;
    width: min(46.2962962963vw, 500px);
}

@media screen and (max-width: 767px) {
    .wrap500 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap600 {
    margin: auto;
    width: min(55.5555555556vw, 600px);
}

@media screen and (max-width: 767px) {
    .wrap600 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap900 {
    margin: auto;
    width: min(83.3333333333vw, 900px);
}

@media screen and (max-width: 767px) {
    .wrap900 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap1000 {
    margin: auto;
    width: min(92.5925925926vw, 1000px);
}

@media screen and (max-width: 767px) {
    .wrap1000 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap1080 {
    margin: auto;
    width: min(100vw, 1080px);
}

@media screen and (max-width: 767px) {
    .wrap1080 {
        width: 100%;
        padding: 0 4vw;
    }
}

.adlp-footer {
    padding: min(3.8888888889vw, 42px) 0 min(4.8148148148vw, 52px);
}

.adlp-footer__menu {
    font-size: min(1.6666666667vw, 18px);
    color: #333;
    text-align: center;
}

.adlp-footer__menu__wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: min(5.5555555556vw, 60px);
}

.adlp-footer__menu:hover {
    color: #999;
}

.adlp-footer__text {
    margin: min(4.1666666667vw, 45px) auto 0;
    font-size: min(1.2962962963vw, 14px);
    line-height: 1;
    text-align: center;
    color: rgb(102, 102, 102);
}

.adlp-floating {
    display: none;
    background: rgb(227, 217, 207);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(177.7777777778vw, 1920px);
    padding: min(1.3888888889vw, 15px) 0;
    z-index: 90;
}

.adlp-floating .adlp-btn.--a,
.adlp-floating .adlp-btn.--b {
    margin: 0;
    width: min(30.5555555556vw, 330px);
    height: min(4.6296296296vw, 50px);
}

.adlp-floating .adlp-btn.--a::after,
.adlp-floating .adlp-btn.--b::after {
    display: none;
}

.adlp-floating .adlp-btn.--a::before {
    padding: 0;
    width: min(4.6296296296vw, 50px);
    height: min(2.4074074074vw, 26px);
    font-size: min(1.4814814815vw, 16px);
    left: min(7.6851851852vw, 83px);
    border-radius: min(0.7407407407vw, 8px);
}

.adlp-floating .adlp-btn.--b::before {
    display: none;
}

.adlp-floating .adlp-btn__wrapper {
    gap: min(2.962962963vw, 32px);
}

.adlp-floating .adlp-btn p {
    position: relative;
    padding-left: min(5.5555555556vw, 60px);
    font-size: min(1.6666666667vw, 18px);
}

.adlp-floating .adlp-btn p>span {
    display: block;
    background: #fff;
    position: absolute;
    top: max(-0.462962963vw, -5px);
    left: max(-0.9259259259vw, -10px);
    padding-top: min(0.1851851852vw, 2px);
    border-radius: min(0.7407407407vw, 8px);
    width: min(5.5555555556vw, 60px);
    height: min(3.2407407407vw, 35px);
    font-size: min(1.1111111111vw, 12px);
    line-height: 1;
    text-align: center;
    color: #673C09;
}

.adlp-floating .adlp-btn p>span .--text01 {
    font-size: min(1.6666666667vw, 18px);
}

.adlp-floating .adlp-btn p>span .--text02 {
    font-size: min(1.4814814815vw, 16px);
}

.adlp-floating__inner {
    margin: auto;
    width: min(100vw, 1080px);
    padding: 0;
    position: relative;
}

.adlp-floating__text {
    text-align: center;
    font-size: min(1.8518518519vw, 20px);
    margin: 0 auto min(1.3888888889vw, 15px);
}

.adlp-accordion {
    background: #fff;
}

.adlp-accordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__wrapper {
        gap: 4vw;
    }
}

.adlp-accordion__header {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: min(1.8518518519vw, 20px) min(7.4074074074vw, 80px) min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header {
        padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
    }
}

.adlp-accordion__header .--lead {
    line-height: 1;
    font-size: min(3.7037037037vw, 40px);
    margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header .--lead {
        font-size: 6.4vw;
        margin-right: 2.6666666667vw;
    }
}

.adlp-accordion__header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(1.8518518519vw, 20px);
    height: min(1.1111111111vw, 12px);
    right: min(4.1666666667vw, 45px);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header::after {
        width: 3.7333333333vw;
        height: 2.2666666667vw;
        right: 4.6666666667vw;
    }
}

.adlp-accordion__header.--open::after {
    transform: translateY(-50%) rotate(180deg);
}

.adlp-accordion__header.--open::before {
    opacity: 0;
}

.adlp-accordion__header.--plus::before {
    content: "";
    display: block;
    background-image: none;
    background: #012F83;
    position: absolute;
    height: min(1.8518518519vw, 20px);
    width: min(0.1851851852vw, 2px);
    right: min(4.537037037vw, 49px);
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header.--plus::before {
        height: 2.6666666667vw;
        width: 0.2666666667vw;
        right: 6.5333333333vw;
    }
}

.adlp-accordion__header.--plus::after {
    width: min(1.8518518519vw, 20px);
    height: min(0.1851851852vw, 2px);
    right: min(3.7037037037vw, 40px);
    background-image: none;
    background: #012F83;
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header.--plus::after {
        width: 2.6666666667vw;
        height: 0.2666666667vw;
        right: 5.3333333333vw;
    }
}

.adlp-accordion__body {
    display: none;
}

.adlp-accordion__body__inner {
    display: flex;
    align-items: flex-start;
    padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__body__inner {
        padding: 0 5.3333333333vw 5.3333333333vw;
    }
}

.adlp-accordion__body__inner .--lead {
    font-size: min(3.7037037037vw, 40px);
    margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__body__inner .--lead {
        margin-right: 2.6666666667vw;
    }
}

.js-toggle {
    cursor: pointer;
}

.js-toggle+* {
    display: none;
}

.adlp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border-radius: 200px;
    transition: all 0.3s;
    position: relative;
    height: min(7.4074074074vw, 80px);
    width: min(41.6666666667vw, 450px);
}

.adlp-btn__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-btn__wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn__wrapper {
        gap: 4vw;
    }
}

.adlp-btn__text {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .adlp-btn {
        height: 13.0666666667vw;
        width: 84vw;
    }
}

.adlp-btn.--free {
    padding-left: min(0.8333333333vw, 9px);
}

.adlp-btn.--free::before {
    content: "無料";
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    width: min(6.4814814815vw, 70px);
    height: min(6.4814814815vw, 70px);
    top: min(0.462962963vw, 5px);
    left: min(0.462962963vw, 5px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--free::before {
        width: 10.9333333333vw;
        height: 10.9333333333vw;
        font-size: 3.7333333333vw;
        top: 1.0666666667vw;
        left: 1.0666666667vw;
    }
}

.adlp-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    right: min(2.7777777778vw, 30px);
    width: min(1.0185185185vw, 11px);
    height: min(1.7592592593vw, 19px);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.93934 0.93934C1.52513 0.353553 2.47487 0.353553 3.06066 0.93934L11.0607 8.93934C11.6464 9.52513 11.6464 10.4749 11.0607 11.0607L3.06066 19.0607C2.47487 19.6464 1.52513 19.6464 0.93934 19.0607C0.353553 18.4749 0.353553 17.5251 0.93934 16.9393L7.87868 10L0.93934 3.06066C0.353553 2.47487 0.353553 1.52513 0.93934 0.93934Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .adlp-btn::after {
        width: 1.7333333333vw;
        height: 2.8vw;
        right: 5.0666666667vw;
    }
}

.adlp-btn p {
    text-align: center;
}

.adlp-btn p span.--text01 {
    font-size: min(1.4814814815vw, 16px);
}

@media screen and (max-width: 767px) {
    .adlp-btn p span.--text01 {
        font-size: 2.6666666667vw;
    }
}

.adlp-btn p span.--text02 {
    font-size: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-btn p span.--text02 {
        font-size: 3.7333333333vw;
    }
}

.adlp-btn.--bl {
    background: linear-gradient(90deg, #65A3FB 50%, #206DDA 100%);
}

.adlp-btn.--bl.--free::before {
    background: #516ab9;
    color: #fff;
}

.adlp-btn.--pi {
    background: linear-gradient(90deg, #FF82CD 49.23%, #FF0087 142.58%);
}

.adlp-btn.--pi.--free::before {
    background: #c4388f;
    color: #fff;
}

.adlp-btn.--ye {
    background-image: linear-gradient(90deg, rgb(247, 181, 93), rgb(254, 220, 64));
}

.adlp-btn.--ye.--free::before {
    background: #d67d31;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .adlp-btn:hover {
        filter: brightness(110%);
    }

    .adlp-btn:hover::after {
        transform: translate(20%, -50%);
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn:active {
        filter: brightness(110%);
    }

    .adlp-btn:active::after {
        transform: translate(20%, -50%);
    }
}

.adlp-slider__wrapper {
    padding-bottom: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper {
        width: 100%;
        padding-bottom: 8vw;
    }
}

.adlp-slider__wrapper.--hide {
    overflow: hidden;
}

.adlp-slider__wrapper.--gap10 .slick-slide {
    margin: 0 min(0.462962963vw, 5px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper.--gap10 .slick-slide {
        margin: 0 0.6666666667vw;
    }
}

.adlp-slider__wrapper.--gap20 .slick-slide {
    margin: 0 min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper.--gap20 .slick-slide {
        margin: 0 1.3333333333vw;
    }
}

.adlp-slider__wrapper.--gap30 .slick-slide {
    margin: 0 min(1.3888888889vw, 15px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper.--gap30 .slick-slide {
        margin: 0 2vw;
    }
}

.slick-list {
    overflow: inherit !important;
}

.slick-arrow {
    width: min(4.4444444444vw, 48px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: min(5.1851851852vw, 56px);
    height: min(5.1851851852vw, 56px);
    transition: 0.15s all;
    background-image: url(/pc/images/lp/beauty-income/slick_prev.svg);
    background-repeat: no-repeat;
    background-size: min(5.1851851852vw, 56px) w(56);
    background-position: center;
    background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        width: 9.6vw;
        height: 9.6vw;
        background-image: url(/sp/images/lp/beauty-income/slick_prev.svg);
        background-size: 9.6vw 9.6vw;
    }

    .slick-arrow:active {
        background-color: #E75B18;
    }
}

@media screen and (min-width: 768px) {
    .slick-arrow:hover {
        background-color: #E75B18;
    }
}

.slick-arrow.prev {
    left: max(0vw, 0px);
}

@media screen and (max-width: 767px) {
    .slick-arrow.prev {
        left: 0vw;
    }
}

.slick-arrow.next {
    background-image: url(/pc/images/lp/beauty-income/slick_next.svg);
    right: 0;
}

@media screen and (max-width: 767px) {
    .slick-arrow.next {
        background-image: url(/sp/images/lp/beauty-income/slick_next.svg);
        right: 0vw;
    }
}

.slick-dots {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 0;
    }
}

.slick-dots li {
    width: min(20.9259259259vw, 226px);
    height: min(0.3703703704vw, 4px);
    background: #fff;
    margin: 0 min(0.2777777778vw, 3px);
}

@media screen and (max-width: 767px) {
    .slick-dots li {
        width: 22vw;
        height: 0.5333333333vw;
        margin: 0 0.6666666667vw;
    }
}

.slick-dots li.slick-active {
    background: #BE996D;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
}

.slick-dots li button::before {
    display: none;
}

.cv {
    padding: min(4.1666666667vw, 45px) 0 min(5vw, 54px);
    background: rgb(227, 217, 207);
}

.cv .secinner {
    width: min(85.1851851852vw, 920px);
}

.cv h2 {
    font-size: min(2.2222222222vw, 24px);
    text-align: center;
}

.cv .cv__text01 {
    margin: 0 0 min(1.3888888889vw, 15px);
    font-size: min(1.8518518519vw, 20px);
    font-weight: 500;
    text-align: center;
}

.cv .cv__box {
    background: rgba(255, 255, 255, 0.5);
    margin-top: min(5.5555555556vw, 60px);
    padding: min(2.5vw, 27px) min(4.4444444444vw, 48px) min(4.4444444444vw, 48px) min(2.5vw, 27px);
}

.cv .cv__box h3 {
    font-size: min(2.2222222222vw, 24px);
    text-align: center;
}

.cv .cv__box .cv__text02 {
    font-size: min(1.8518518519vw, 20px);
    font-weight: 500;
    text-align: center;
}

.cv .cv__box .cv__col {
    display: flex;
    justify-content: space-between;
    margin-top: min(1.6666666667vw, 18px);
}

.cv .cv__box ul {
    position: relative;
    padding-left: min(17.8703703704vw, 193px);
    font-size: min(1.4814814815vw, 16px);
    font-weight: 600;
}

.cv .cv__box ul::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: min(16.4814814815vw, 178px);
    height: min(9.2592592593vw, 100px);
    box-shadow: max(-0.5555555556vw, -6px) min(0.5555555556vw, 6px) min(1.3888888889vw, 15px) 0 rgba(0, 0, 0, 0.15);
    background: url(/pc/images/lp/beauty-income/cv_1.png) 0 0/contain no-repeat;
}

.cv .cv__box .cv__text03 {
    font-size: min(1.2962962963vw, 14px);
    margin-left: min(18.7962962963vw, 203px);
}

.secinner {
    margin: 0 auto;
}

.adlp-btn {
    width: min(42.5925925926vw, 460px);
    height: min(8.3333333333vw, 90px);
}

.adlp-btn p {
    padding-left: min(4.6296296296vw, 50px);
    font-size: min(2.4074074074vw, 26px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
}

.adlp-btn.--free {
    padding: 0;
}

.adlp-btn.--free:before {
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    height: min(3.5185185185vw, 38px);
    left: min(2.5925925926vw, 28px);
    padding: 0 min(0.7407407407vw, 8px);
    border-radius: min(0.5555555556vw, 6px);
    font-size: min(2.4074074074vw, 26px);
    color: #673C09;
}

.adlp-btn.--a {
    margin: 0 auto;
    background: linear-gradient(180deg, #D09B5D 0%, #B58246 50.49%, #AD7330 50.5%, #905716 100%);
}

.adlp-btn.--a::after {
    right: min(2.2222222222vw, 24px);
    width: min(2.2222222222vw, 24px);
    height: min(2.2222222222vw, 24px);
    background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9825 13.75H0.273438V10.75H17.9825L9.83707 2.35L11.9098 0.25L23.5462 12.25L11.9098 24.25L9.83707 22.15L17.9825 13.75Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/contain no-repeat;
}

.adlp-btn.--b {
    background: linear-gradient(180deg, #7D6446 0%, #675137 50.49%, #563E21 50.5%, #3E2910 100%);
}

.adlp-btn.--b::after {
    right: min(2.2222222222vw, 24px);
    width: min(2.2222222222vw, 24px);
    height: min(2.2222222222vw, 24px);
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18L4.5 10.5L6.6 8.325L10.5 12.225V0H13.5V12.225L17.4 8.325L19.5 10.5L12 18ZM3 24C2.175 24 1.46875 23.7063 0.88125 23.1188C0.29375 22.5312 0 21.825 0 21V16.5H3V21H21V16.5H24V21C24 21.825 23.7063 22.5312 23.1188 23.1188C22.5312 23.7063 21.825 24 21 24H3Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/contain no-repeat;
}

.adlp-btn.--b:hover::after {
    transform: translate(0, -35%);
}

.fv {
    position: relative;
    height: min(64.8148148148vw, 700px);
}

.fv .secinner {
    position: relative;
    z-index: 10;
    height: 100%;
}

.fv__box {
    width: fit-content;
    margin: 0 auto;
    padding-top: min(9.8148148148vw, 106px);
    transform: translate(min(18.8888888889vw, 204px));
}

.fv__box img {
    width: min(46.7592592593vw, 505px);
    margin: min(2.037037037vw, 22px) auto 0;
}

.fv h1 {
    text-shadow: 0px 0px min(1.3888888889vw, 15px) rgba(0, 0, 0, 0.3);
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}

.fv__list01 {
    display: flex;
    justify-content: center;
    gap: min(0.9259259259vw, 10px);
    margin: min(7.4074074074vw, 80px) 0 min(1.2962962963vw, 14px);
}

.fv__list01 li {
    width: min(18.7962962963vw, 203px);
    border: 1px solid #252525;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 600;
    text-align: center;
}

.fv__text01 {
    font-size: min(2.962962963vw, 32px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.fv__text01 .--text01 {
    font-size: min(3.5185185185vw, 38px);
}

.fv__bottom {
    width: 100%;
    height: min(14.3518518519vw, 155px);
    padding-top: min(2.1296296296vw, 23px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(37, 37, 37);
}

.fv__bottom__inner {
    position: relative;
    width: min(74.0740740741vw, 800px);
    height: 100%;
    margin: 0 auto;
    padding-left: min(17.7777777778vw, 192px);
}

.fv__bottom img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(15.1851851852vw, 164px);
    height: min(16.5740740741vw, 179px);
}

.fv__col {
    display: flex;
    align-items: center;
    gap: min(3.0555555556vw, 33px);
    margin-bottom: min(0.462962963vw, 5px);
}

.fv__text02 {
    font-size: min(1.6666666667vw, 18px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.fv__no {
    width: min(31.3888888889vw, 339px);
    height: min(9.0740740741vw, 98px);
    background: url(/pc/images/lp/beauty-income/fv_no1.svg) 0 0/contain no-repeat;
}

.fv__list02 {
    display: flex;
    justify-content: center;
    gap: min(0.7407407407vw, 8px);
    margin: min(0.5555555556vw, 6px) 0 min(0.9259259259vw, 10px);
}

.fv__list02 li {
    padding: min(0.0925925926vw, 1px) min(0.6481481481vw, 7px);
    background: rgb(190, 153, 109);
    font-size: min(1.4814814815vw, 16px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.fv__text03 {
    font-size: min(2.962962963vw, 32px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.fv__text03 .--text01 {
    font-size: min(5vw, 54px);
    font-weight: 700;
    line-height: 1;
}

.fv__text03 .--text02 {
    font-size: min(1.1111111111vw, 12px);
    line-height: 1.4;
    color: rgb(153, 153, 153);
}

.fv__text04 {
    font-size: min(1.1111111111vw, 12px);
    color: rgb(153, 153, 153);
}

@keyframes kenburns {
    0% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.fv #vegas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(50.462962963vw, 545px);
}

.fv.--b .fv__label01 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: min(23.6111111111vw, 255px);
    height: min(3.4259259259vw, 37px);
    margin: min(7.8703703704vw, 85px) auto min(0.9259259259vw, 10px);
    font-size: min(1.8518518519vw, 20px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.fv.--b .fv__label01::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(37, 37, 37);
    transform: skew(-10deg);
}

.fv.--b .fv__text01 {
    font-size: min(2.5925925926vw, 28px);
}

.fv.--b .fv__text01 .--text01 {
    font-size: min(3.3333333333vw, 36px);
}

.fv.--c .fv__box {
    padding-top: min(9.4444444444vw, 102px);
}

.fv.--c .fv__box img {
    margin: min(2.5925925926vw, 28px) auto 0;
}

.fv.--c .fv__label01 {
    font-size: min(1.8518518519vw, 20px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.fv.--c h1 {
    font-size: min(1.8518518519vw, 20px);
    line-height: 1.4;
}

.fv.--c h1 .--text01 {
    font-size: min(2.962962963vw, 32px);
}

.fv.--c h1 .en {
    font-size: min(5vw, 54px);
    font-weight: 700;
    line-height: 1;
}

.fv.--c h1 .--text02 {
    font-size: min(1.1111111111vw, 12px);
}

.fv.--c h1 .--text03 {
    font-size: min(2.5925925926vw, 28px);
}

.fv.--c .fv__list01 {
    gap: min(0.7407407407vw, 8px);
    margin: min(0.9259259259vw, 10px) 0 min(1.1111111111vw, 12px);
}

.fv.--c .fv__list01 li {
    width: fit-content;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    padding: min(0.0925925926vw, 1px) min(2.7777777778vw, 30px);
    font-weight: 700;
}

.fv.--c .fv__text01 {
    margin-top: min(7.7777777778vw, 84px);
    font-size: min(2.962962963vw, 32px);
}

.fv.--c .fv__no {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(50.8333333333vw, 549px);
    height: min(9.0740740741vw, 98px);
    background: url(/pc/images/lp/beauty-income/fv_no2.svg) 0 0/contain no-repeat;
}

.fv.--c .fv__text03 {
    font-size: min(2.962962963vw, 32px);
}

.fv.--c .fv__text03 .--text01 {
    font-size: min(6.8518518519vw, 74px);
    font-weight: 700;
    line-height: 0.5;
}

.fv.--c .fv__text03 .--text03 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 700;
}

.fv.--c .fv__text04 {
    letter-spacing: 0;
}

.fv.--d .fv__box {
    padding-top: min(9.2592592593vw, 100px);
}

.fv.--d h1 {
    font-size: min(3.7037037037vw, 40px);
    text-shadow: 0px 0px min(1.8518518519vw, 20px) rgba(0, 0, 0, 0.9);
}

.fv.--d h1 .en {
    font-size: min(7.4074074074vw, 80px);
    line-height: 1;
}

.fv.--d h1 .--text01 {
    font-size: min(4.6296296296vw, 50px);
}

.fv.--d .fv__text01 {
    margin-top: min(2.1296296296vw, 23px);
}

.sec01 {
    position: relative;
    padding: min(6.2037037037vw, 67px) 0 max(0vw, 0px);
    background: url(/pc/images/lp/beauty-income/sec01_bg.jpg) 50% 0/min(177.7777777778vw, 1920px) min(54.537037037vw, 589px) no-repeat #fff;
}

.sec01 .secinner {
    width: min(92.5925925926vw, 1000px);
}

.sec01 h2 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    text-align: center;
    color: #252525;
}

.sec01 h2 .en {
    display: block;
    margin-bottom: max(-1.5740740741vw, -17px);
    font-size: min(5.5555555556vw, 60px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
}

.sec01__item01 {
    width: min(85.1851851852vw, 920px);
    display: flex;
    flex-direction: column;
    gap: min(0.7407407407vw, 8px);
    margin: max(-2.7777777778vw, -30px) 0 min(1.8518518519vw, 20px) auto;
    padding: min(13.6111111111vw, 147px) min(33.5185185185vw, 362px) min(10.9259259259vw, 118px) 0;
    background: url(/pc/images/lp/beauty-income/sec01_bg1.png) top right/min(68.6111111111vw, 741px) min(43.6111111111vw, 471px) no-repeat;
}

.sec01__item01 li {
    background: rgba(255, 255, 255, 0.8);
    padding: min(1.4814814815vw, 16px) 0 min(1.4814814815vw, 16px) min(2.7777777778vw, 30px);
    font-size: min(2.037037037vw, 22px);
    font-weight: 500;
}

.sec01__item02 {
    height: min(28.0555555556vw, 303px);
    background: url(/pc/images/lp/beauty-income/sec01_bg2.jpg) left bottom/min(50vw, 540px) no-repeat;
}

.sec01__item02 .sec01__balloon {
    width: min(9.7222222222vw, 105px);
    height: min(10.8333333333vw, 117px);
    background: url(/pc/images/lp/beauty-income/sec01_balloon.png) center/min(9.7222222222vw, 105px) no-repeat;
    text-align: center;
    padding-top: min(3.2407407407vw, 35px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    line-height: 160%;
    color: #fff;
    margin: max(0vw, 0px) 0 0 min(69.4444444444vw, 750px);
    position: relative;
    top: max(-7.4074074074vw, -80px);
}

.sec01__item02 .sec01__text01 {
    font-size: min(4.4444444444vw, 48px);
    font-weight: 600;
    line-height: 160%;
    color: #fff;
    width: min(38.3333333333vw, 414px);
    text-align: center;
    background-color: #252525;
    padding: 0 min(1.4814814815vw, 16px);
    margin: max(-2.7777777778vw, -30px) 0 min(0.3703703704vw, 4px) min(54.2592592593vw, 586px);
}

.sec01__item02 .sec01__text02 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    line-height: 160%;
    color: #252525;
    width: min(38.3333333333vw, 414px);
    text-align: center;
    margin-left: min(54.2592592593vw, 586px);
}

.sec02 {
    position: relative;
}

.sec02__item01 {
    height: min(51.8518518519vw, 560px);
    background: url(/pc/images/lp/beauty-income/sec02_bg1.jpg) bottom center/min(177.7777777778vw, 1920px) no-repeat #F2F2F2;
}

.sec02__item01 .secinner {
    width: min(85.1851851852vw, 920px);
    padding: min(5.0925925926vw, 55px) 0 0;
    position: relative;
}

.sec02__item01 .sec02__text01 {
    margin-left: min(1.2962962963vw, 14px);
}

.sec02__item01 .sec02__text01 img {
    width: min(35.462962963vw, 383px);
    display: inline-block;
}

.sec02__item01 .sec02__text01 .--text {
    display: inline-block;
    margin-left: min(0.9259259259vw, 10px);
    position: relative;
    top: max(-0.9259259259vw, -10px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    line-height: 160%;
}

.sec02__item01 .sec02__text02 {
    margin-left: min(4.6296296296vw, 50px);
}

.sec02__item01 .sec02__text02 .--inner {
    position: relative;
    display: inline-block;
    padding: 0 min(5.0925925926vw, 55px);
}

.sec02__item01 .sec02__text02 .--inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: min(1.3888888889vw, 15px);
    background-image: url(/pc/images/lp/beauty-income/sec02_line_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: min(3.9814814815vw, 43px);
    height: min(5.9259259259vw, 64px);
}

.sec02__item01 .sec02__text02 .--inner:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: min(1.3888888889vw, 15px);
    background-image: url(/pc/images/lp/beauty-income/sec02_line_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: min(3.9814814815vw, 43px);
    height: min(5.9259259259vw, 64px);
}

.sec02__item01 .sec02__text02 .--t01 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    line-height: 160%;
}

.sec02__item01 .sec02__text02 .--t02 {
    font-size: min(11.2962962963vw, 122px);
    font-weight: 500;
    line-height: 100%;
    font-family: "Roboto Condensed", sans-serif;
}

.sec02__item01 .sec02__text02 .--t03 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 500;
    line-height: 140%;
}

.sec02__item01 .sec02__box01 {
    width: min(44.6296296296vw, 482px);
    height: min(19.6296296296vw, 212px);
    background-color: #fff;
    position: relative;
    margin: min(3.8888888889vw, 42px) 0 0;
}

.sec02__item01 .sec02__box01__text01 {
    width: min(39.8148148148vw, 430px);
    height: min(5.9259259259vw, 64px);
    background-image: url(/pc/images/lp/beauty-income/sec02_bg3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: min(2.037037037vw, 22px);
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    text-align: center;
    padding-top: min(1.2962962963vw, 14px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(-3.2407407407vw, -35px);
}

.sec02__item01 .sec02__box01__text02 {
    text-align: center;
    padding-top: min(2.7777777778vw, 30px);
}

.sec02__item01 .sec02__box01__text02 .--t01 {
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    line-height: 160%;
    color: #BE996D;
}

.sec02__item01 .sec02__box01__text02 .--t02 {
    font-size: min(11.2962962963vw, 122px);
    font-weight: 500;
    line-height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    color: #BE996D;
}

.sec02__item01 .sec02__box01__text03 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    line-height: 160%;
    text-align: center;
}

.sec02__item01 .sec02__text03 {
    font-size: min(2.037037037vw, 22px);
    font-weight: 600;
    line-height: 160%;
    position: absolute;
    left: min(48.1481481481vw, 520px);
    top: min(20.3703703704vw, 220px);
}

.sec02__item02 {
    padding: max(0vw, 0px) 0 min(7.4074074074vw, 80px);
    background: url(/pc/images/lp/beauty-income/sec02_bg2.svg) calc(50% + min(46.2962962963vw, 500px)) min(6.1111111111vw, 66px)/min(11.4814814815vw, 124px) no-repeat, url(/pc/images/lp/beauty-income/sec02_bg2.svg) calc(50% - min(48.1481481481vw, 520px)) bottom/min(11.4814814815vw, 124px) no-repeat #DADDE8;
}

.sec02__item02 h2 {
    position: relative;
    background: #8C9CD6;
    width: fit-content;
    margin: 0 auto min(3.8888888889vw, 42px);
    padding: min(1.8518518519vw, 20px) min(5.5555555556vw, 60px);
    color: #fff;
    text-align: center;
}

.sec02__item02 h2 .--sub {
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    line-height: 160%;
    display: block;
}

.sec02__item02 h2 .--main {
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    line-height: 160%;
    display: block;
}

.sec02__item02 h2 b {
    font-weight: 600;
}

.sec02__item02 h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: max(-1.9444444444vw, -21px);
    width: min(4.4444444444vw, 48px);
    height: min(2.037037037vw, 22px);
    background: #8C9CD6;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec02__item02 .sec02__list01 {
    display: flex;
    gap: min(1.8518518519vw, 20px);
    width: min(85.1851851852vw, 920px);
    margin: 0 auto;
}

.sec02__item02 .sec02__list01 li {
    flex: 0 0 min(25.9259259259vw, 280px);
    background: rgba(255, 255, 255, 0.8);
    padding: min(1.8518518519vw, 20px);
    font-size: min(1.6666666667vw, 18px);
    text-align: center;
}

.sec02__item02 .sec02__list01 li:nth-child(3) {
    margin-left: min(3.7037037037vw, 40px);
    position: relative;
}

.sec02__item02 .sec02__list01 li:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    left: max(-3.7037037037vw, -40px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/pc/images/lp/beauty-income/sec02_text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: min(1.8518518519vw, 20px);
    height: min(6.6666666667vw, 72px);
}

.sec02__item02 .sec02__list01 li img {
    width: min(10.2777777778vw, 111px);
    margin: 0 auto min(2.4074074074vw, 26px);
}

.sec02__item02 .sec02__list01 li b {
    font-size: min(2.4074074074vw, 26px);
    font-weight: 600;
    color: #8C9CD6;
}

.sec02__item02 .sec02__text04 {
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-top: min(1.8518518519vw, 20px);
}

.sec03 {
    background: url(/pc/images/lp/beauty-income/sec03_bg.png) top center/min(177.7777777778vw, 1920px) no-repeat #E3D9CF;
}

.sec03__item01 {
    width: min(85.1851851852vw, 920px);
    margin: 0 auto;
    padding: min(4.4444444444vw, 48px) 0 0;
}

.sec03__item01 h2 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    text-align: center;
    width: min(37.037037037vw, 400px);
}

.sec03__item02__col {
    position: relative;
    display: flex;
    align-items: center;
    gap: min(6.2962962963vw, 68px);
    margin: max(-10.1851851852vw, -110px) auto 0;
    width: fit-content;
}

.sec03__item02 .sec03__text02 {
    font-size: min(2.4074074074vw, 26px);
    font-weight: 600;
    text-align: center;
    margin-top: min(15.7407407407vw, 170px);
}

.sec03__item02 .sec03__text02 img {
    display: inline;
    width: min(34.7222222222vw, 375px);
}

.sec03__item02 .sec03__text02 b {
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
}

.sec03__item02__img2,
.sec03__item02__img2 img {
    width: min(43.5185185185vw, 470px);
}

.sec03__item02 .sec03__text03 {
    position: absolute;
    top: min(13.8888888889vw, 150px);
    right: min(2.3148148148vw, 25px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    color: #fff;
}

.sec04 {
    padding-top: min(5.0925925926vw, 55px);
    height: min(98.6111111111vw, 1065px);
    background: url(/pc/images/lp/beauty-income/sec04_bg.jpg) 50% 0/min(177.7777777778vw, 1920px) no-repeat;
}

.sec04 h2 {
    font-size: min(2.2222222222vw, 24px);
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.sec04 h2 img {
    display: inline;
    width: min(27.8703703704vw, 301px);
}

.sec04 h2 .--text01 {
    font-size: min(3.3333333333vw, 36px);
}

.sec04 h2 .--text02 {
    font-size: min(2.4074074074vw, 26px);
}

.sec04 h2 .--text03 {
    font-size: min(2.962962963vw, 32px);
}

.sec04__text01 {
    margin: min(3.3333333333vw, 36px) 0 min(0.7407407407vw, 8px);
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.sec04__list01 {
    display: flex;
    gap: min(0.2777777778vw, 3px);
    width: min(37.7777777778vw, 408px);
    margin: 0 auto;
}

.sec04__list01 li {
    flex: 1;
    background: rgb(190, 153, 109);
    padding: min(0.1851851852vw, 2px) 0;
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.sec04__text02 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.sec04__text02 .en {
    font-size: min(5.9259259259vw, 64px);
    line-height: 1.4;
    font-weight: 500;
}

.sec04__text02 .--text01 {
    font-size: min(1.1111111111vw, 12px);
    font-weight: 400;
}

.sec04__text03 {
    font-size: min(1.1111111111vw, 12px);
    text-align: center;
    color: rgb(221, 221, 221);
}

.sec04__text04 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(218, 221, 232);
    width: min(36.2962962963vw, 392px);
    height: min(3.8888888889vw, 42px);
    margin: min(2.4074074074vw, 26px) auto min(1.0185185185vw, 11px);
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    color: rgb(37, 37, 37);
    clip-path: polygon(0 0, 100% 0, 98.5% 50%, 100% 100%, 0 100%, 1.5% 50%);
}

.sec04__text05 {
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.sec04__text06 {
    margin: min(29.6296296296vw, 320px) 0 0;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.sec04__text07 {
    margin: min(6.2962962963vw, 68px) 0 0;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    text-align: center;
    color: rgb(37, 37, 37);
}

.sec04__text07 .--text01 {
    font-size: min(2.4074074074vw, 26px);
}

.sec05 {
    padding: min(5vw, 54px) 0 min(4.1666666667vw, 45px);
    background: url(/pc/images/lp/beauty-income/sec05_1.jpg) 50% 0/min(85.1851851852vw, 920px) no-repeat;
}

.sec05 .secinner {
    width: min(85.1851851852vw, 920px);
}

.sec05__text01 {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: rgb(37, 37, 37);
    padding: min(0.5555555556vw, 6px) min(2.037037037vw, 22px);
    font-size: min(2.4074074074vw, 26px);
    line-height: 2.2;
    font-weight: 600;
    color: #fff;
}

.sec05__text02 {
    margin: min(3.1481481481vw, 34px) 0 min(7.7777777778vw, 84px) min(2.1296296296vw, 23px);
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
}

.sec05__text03 {
    position: relative;
    margin: 0 auto;
    background: rgb(37, 37, 37);
    width: min(64.8148148148vw, 700px);
    padding: min(5vw, 54px) 0;
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.sec05__text03::before,
.sec05__text03::after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    bottom: min(0.2777777778vw, 3px);
    left: 50%;
    width: 1px;
    height: min(4.1666666667vw, 45px);
}

.sec05__text03::after {
    background: rgb(37, 37, 37);
    bottom: max(-4.1666666667vw, -45px);
}

.sec06 {
    padding: min(5.1851851852vw, 56px) 0 0;
    background: url(/pc/images/lp/beauty-income/sec06_bg.jpg) 50% 0/min(177.7777777778vw, 1920px) no-repeat rgb(155, 160, 173);
}

.sec06 .secinner {
    width: min(100vw, 1080px);
    padding-bottom: min(3.7037037037vw, 40px);
}

.sec06 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.sec06 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
}

.sec06 h2 {
    margin: min(2.7777777778vw, 30px) 0 min(1.8518518519vw, 20px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.sec06 h2 .roboto {
    font-size: min(5.5555555556vw, 60px);
    font-weight: 400;
}

.sec06 h2 .--text01 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 500;
}

.sec06 h2 .--text02 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
}

.sec06 h2 .--text03 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 500;
}

.sec06 h2 .--text04 {
    font-size: min(4.4444444444vw, 48px);
    font-weight: 700;
}

.sec06__list03 {
    display: flex;
    justify-content: space-between;
    width: min(92.5925925926vw, 1000px);
    margin: 0 auto min(3.7037037037vw, 40px);
}

.sec06__list03 li {
    flex: 0 0 min(22.2222222222vw, 240px);
    height: min(19.6296296296vw, 212px);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec06__list03 li:nth-child(1) {
    border-radius: min(5.5555555556vw, 60px) 0 0 0;
}

.sec06__list03 li:nth-child(4) {
    border-radius: 0 0 min(5.5555555556vw, 60px) 0;
}

.sec06__list03 .sec06__list03__icon {
    margin: 0 auto min(1.4814814815vw, 16px);
}

.sec06__list03 .sec06__list03__text {
    font-size: min(2.037037037vw, 22px);
    font-weight: 500;
    line-height: 160%;
    text-align: center;
}

.sec06__list03 .sec06__list03__text b {
    font-size: min(2.4074074074vw, 26px);
    font-weight: 600;
    line-height: 130%;
}

.sec06__list01 {
    display: flex;
    flex-direction: column;
    gap: min(3.7037037037vw, 40px);
}

.sec06__list01>li {
    background-color: #fff;
    padding: 0 0 min(3.7037037037vw, 40px);
}

.sec06__list01__header {
    display: flex;
    align-items: center;
    gap: min(1.6666666667vw, 18px);
    padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
    background-color: #BE996D;
}

.sec06__list01 .en.--reason {
    position: relative;
    width: fit-content;
    padding: min(1.1111111111vw, 12px) min(1.4814814815vw, 16px) 0;
    font-size: min(1.6666666667vw, 18px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #252525;
    width: min(9.2592592593vw, 100px);
    height: min(9.2592592593vw, 100px);
}

.sec06__list01 .en.--reason .--text01 {
    font-size: min(6.2962962963vw, 68px);
    font-weight: 400;
}

.sec06__list01 h3 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 700;
    color: #fff;
}

.sec06__list01__col {
    display: flex;
    justify-content: space-between;
    padding: min(3.7037037037vw, 40px) min(3.7037037037vw, 40px) 0;
}

.sec06__list01__col.--r02 {
    align-items: center;
    padding-top: 0;
}

.sec06__list01__img01 {
    width: min(48.1481481481vw, 520px);
    margin: min(3.7037037037vw, 40px) auto 0;
}

.sec06__list01__img02 {
    width: min(44.4444444444vw, 480px);
}

.sec06__list01__img03 {
    width: min(44.4444444444vw, 480px);
}

.sec06__list01__img04 {
    width: min(44.4444444444vw, 480px);
}

.sec06__list01__item {
    width: min(44.4444444444vw, 480px);
}

.sec06__list01__text01 {
    display: flex;
    flex-direction: column;
    gap: min(1.1111111111vw, 12px);
    font-size: min(1.4814814815vw, 16px);
    line-height: 1.6;
    text-align: justify;
}

.sec06__list01__text01 b {
    font-weight: 600;
    color: rgb(190, 153, 109);
}

.sec06__list01__text01 .--note {
    font-size: min(1.1111111111vw, 12px);
}

.sec06__list01__text01.--list-text01 {
    margin-bottom: min(2.037037037vw, 22px);
}

.sec06__list01__text01.--list-text02 {
    margin-bottom: min(3.7037037037vw, 40px);
}

.sec06__list01 .sec06__list02 {
    display: flex;
    flex-direction: column;
    gap: min(0.5555555556vw, 6px);
}

.sec06__list01 .sec06__list02>li {
    background: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='0.375' y='6' width='20.25' height='20.25' fill='white' stroke='white' stroke-width='0.75'/%3E%3Cpath d='M29 2.375L12.6634 19.375L5 11.8758' stroke='black' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A") min(1.3888888889vw, 15px) min(1.6666666667vw, 18px)/min(2.8703703704vw, 31px) no-repeat rgba(227, 217, 207, 0.4);
    padding: min(1.4814814815vw, 16px) min(1.8518518519vw, 20px) min(1.4814814815vw, 16px) min(5.5555555556vw, 60px);
    font-size: min(1.6666666667vw, 18px);
    font-weight: 600;
    line-height: 180%;
}

.sec06__list01__col02 {
    padding: 0 min(3.7037037037vw, 40px);
    margin-top: min(3.7037037037vw, 40px);
    display: flex;
    gap: min(3.7037037037vw, 40px);
}

.sec06__list01__box01 {
    flex: 0 0 min(44.4444444444vw, 480px);
}

.sec06__list01__box02 {
    flex: 0 0 min(44.4444444444vw, 480px);
    width: min(44.4444444444vw, 480px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec06__list01__box02 .--balloon {
    flex: 0 0 min(30.3703703704vw, 328px);
    background-color: #9BA0AD;
    border-radius: min(0.7407407407vw, 8px);
    padding: min(1.1111111111vw, 12px) min(1.8518518519vw, 20px);
    color: #fff;
    position: relative;
}

.sec06__list01__box02 .--balloon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: max(-1.6666666667vw, -18px);
    width: min(1.7592592593vw, 19px);
    height: min(2.037037037vw, 22px);
    background: #9BA0AD;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.sec06__list01__box02 .--iconarea {
    flex: 0 0 min(10.8333333333vw, 117px);
}

.sec06__list01__box02 .--iconarea p {
    font-size: min(1.6666666667vw, 18px);
    font-weight: 600;
    line-height: 160%;
    color: #9BA0AD;
    text-align: center;
}

.sec06__close {
    position: relative;
    height: min(50vw, 540px);
}

.sec06__close__inner {
    background: url(/pc/images/lp/beauty-income/sec06_close.png) bottom center/min(100vw, 1080px) no-repeat;
    width: min(100vw, 1080px);
    height: min(50vw, 540px);
    margin: 0 auto;
}

.sec06__text01 {
    font-size: min(2.4074074074vw, 26px);
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: min(11.8518518519vw, 128px);
}

.sec06__text02 {
    margin-bottom: min(3.3333333333vw, 36px);
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.sec06__text03 {
    margin-left: min(41.6666666667vw, 450px);
}

.sec06__text03 .--num {
    font-size: min(7.5925925926vw, 82px);
    font-weight: 500;
    line-height: 100%;
    color: #BE996D;
}

.sec06__text03 .--text01 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    line-height: 1.6;
    color: #BE996D;
}

.sec06__text03 .--text02 {
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    line-height: 1.6;
}

.sec06__text03 .--text03 {
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    line-height: 1.6;
    color: #BE996D;
    margin-left: min(3.7037037037vw, 40px);
}

.sec07 {
    padding: min(5.1851851852vw, 56px) 0;
    background: rgb(227, 217, 207);
}

.sec07 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: rgba(37, 37, 37, 0.4);
}

.sec07 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: rgba(37, 37, 37, 0.4);
}

.sec07 h2 {
    margin: min(2.7777777778vw, 30px) 0;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    text-align: center;
}

.sec07 h2 .--text01 {
    font-size: min(3.3333333333vw, 36px);
}

.sec07__box01 {
    background: #fff;
    width: min(85.1851851852vw, 920px);
    padding: min(4.4444444444vw, 48px) min(3.7037037037vw, 40px);
    margin: 0 auto;
}

.sec07__box01 img {
    width: min(11.3888888889vw, 123px);
}

.sec07__col {
    display: flex;
    gap: min(4.2592592593vw, 46px);
    margin-bottom: min(3.8888888889vw, 42px);
}

.sec07__col p {
    font-size: min(1.6666666667vw, 18px);
}

.sec07 h3 {
    margin-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 500;
}

.sec07__list01 {
    display: flex;
    flex-direction: column;
    gap: min(3.0555555556vw, 33px);
}

.sec07__text01 {
    position: relative;
    background: rgba(227, 217, 207, 0.2);
    display: flex;
    flex-direction: column;
    gap: min(1.1111111111vw, 12px);
    margin-top: min(0.3703703704vw, 4px);
    padding: min(1.6666666667vw, 18px);
    font-size: min(1.6666666667vw, 18px);
}

.sec07__text01::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: min(43.7037037037vw, 472px);
    border-top: 1px dotted rgb(155, 160, 173);
}

.sec07__text01 b {
    font-weight: 600;
    color: rgb(190, 153, 109);
}

.sec08 {
    padding-top: min(2.962962963vw, 32px);
}

.sec08 .secinner {
    width: min(85.1851851852vw, 920px);
}

.sec08 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: rgba(37, 37, 37, 0.4);
}

.sec08 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: rgba(37, 37, 37, 0.4);
}

.sec08 h2 {
    margin: min(2.7777777778vw, 30px) 0;
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    text-align: center;
}

.sec08 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: min(0.2777777778vw, 3px);
}

.sec08 tr:nth-child(1) td {
    background: none;
    height: auto;
    font-size: min(1.8518518519vw, 20px);
    color: #8C9CD6;
}

.sec08 tr:nth-child(2) td:nth-child(1) {
    background: none;
}

.sec08 tr:nth-child(2) td:nth-child(3) {
    background: #8C9CD6;
    color: #fff;
}

.sec08 td {
    text-align: center;
    vertical-align: middle;
    height: min(5.5555555556vw, 60px);
    font-size: min(1.4814814815vw, 16px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.sec08 td:nth-child(1) {
    background: rgb(37, 37, 37);
    width: min(26.3888888889vw, 285px);
    font-size: min(1.2962962963vw, 14px);
    font-weight: 600;
    color: #fff;
}

.sec08 td:nth-child(2) {
    background: #f2f2f2;
    width: min(29.1666666667vw, 315px);
}

.sec08 td:nth-child(3) {
    background: rgb(218, 221, 232);
    width: min(29.1666666667vw, 315px);
}

.sec08__text01 {
    margin: min(1.8518518519vw, 20px) 0 min(4.8148148148vw, 52px);
    font-size: min(1.1111111111vw, 12px);
    text-align: right;
}

.sec08__text02 {
    position: relative;
    background: #8C9CD6;
    width: fit-content;
    margin: 0 auto min(3.7037037037vw, 40px);
    padding: min(2.037037037vw, 22px) min(2.5925925926vw, 28px);
    font-size: min(2.2222222222vw, 24px);
    color: #fff;
    text-align: center;
}

.sec08__text02 b {
    font-weight: 600;
}

.sec08__text02::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: max(-1.9444444444vw, -21px);
    width: min(4.4444444444vw, 48px);
    height: min(2.037037037vw, 22px);
    background: #8C9CD6;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sec08__text03 {
    font-size: min(1.6666666667vw, 18px);
    font-weight: 500;
    text-align: center;
}

.sec08__text03 b {
    font-weight: 600;
}

.sec08 img {
    width: min(52.962962963vw, 572px);
    margin: 0 auto;
}

.sec09 {
    padding: min(5.5555555556vw, 60px) 0;
    background: rgb(218, 221, 232);
}

.sec09 .secinner {
    width: min(85.1851851852vw, 920px);
}

.sec09 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
}

.sec09 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: #fff;
}

.sec09 h2 {
    margin: min(2.7777777778vw, 30px) 0;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    text-align: center;
}

.sec09 h2 .--text01 {
    font-size: min(3.3333333333vw, 36px);
}

.sec09__list01 {
    display: flex;
    flex-direction: column;
    gap: min(4.8148148148vw, 52px);
}

.sec09__list01>li {
    position: relative;
    padding: 0 min(5.5555555556vw, 60px);
    background: #fff;
}

.sec09__list01>li:nth-child(-n+2)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: max(-1.9444444444vw, -21px);
    width: min(4.4444444444vw, 48px);
    height: min(2.037037037vw, 22px);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fff;
}

.sec09 h3 {
    background: rgb(37, 37, 37);
    margin: 0 max(-5.5555555556vw, -60px);
    padding: min(0.7407407407vw, 8px);
    font-size: min(2.4074074074vw, 26px);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.sec09__content01 {
    display: flex;
    align-items: center;
    padding: min(2.7777777778vw, 30px) 0;
}

.sec09__content01 h4 {
    width: min(14.8148148148vw, 160px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.sec09__col01 {
    display: flex;
    align-items: center;
}

.sec09__col01 img {
    width: min(10.5555555556vw, 114px);
}

.sec09__col01 p {
    font-size: min(1.4814814815vw, 16px);
    letter-spacing: 0.04em;
}

.sec09__content02 {
    display: flex;
    align-items: center;
    padding: min(2.7777777778vw, 30px) 0;
    border-top: 1px solid rgb(155, 160, 173);
}

.sec09__content02>p {
    font-size: min(1.4814814815vw, 16px);
    letter-spacing: 0.04em;
}

.sec09__col02 {
    display: flex;
    align-items: center;
    gap: min(1.1111111111vw, 12px);
    width: min(25.3703703704vw, 274px);
}

.sec09__col02 p {
    background: rgb(190, 153, 109);
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(6.2962962963vw, 68px);
    height: min(6.2962962963vw, 68px);
    font-size: min(1.6666666667vw, 18px);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.sec09__col02 h4 {
    font-size: min(1.8518518519vw, 20px);
    font-weight: 500;
}

.sec10 {
    padding: min(5.3703703704vw, 58px) 0;
    background: #F3F3F3;
}

.sec10 .secinner {
    width: min(85.1851851852vw, 920px);
}

.sec10 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: rgb(155, 160, 173);
}

.sec10 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: rgb(155, 160, 173);
}

.sec10 h2 {
    margin: min(2.7777777778vw, 30px) 0 min(2.2222222222vw, 24px);
    font-size: min(3.3333333333vw, 36px);
    font-weight: 600;
    text-align: center;
}

.sec10__list01 {
    display: flex;
    flex-direction: column;
    gap: min(2.7777777778vw, 30px);
}

.sec10 .adlp-accordion__header {
    padding: min(2.7777777778vw, 30px) min(7.037037037vw, 76px) min(2.7777777778vw, 30px) min(2.7777777778vw, 30px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    color: rgb(190, 153, 109);
}

.sec10 .adlp-accordion__header.--plus::before,
.sec10 .adlp-accordion__header.--plus::after {
    background: rgb(190, 153, 109);
}

.sec10 .adlp-accordion__header.--plus::before {
    height: min(1.4814814815vw, 16px);
    right: min(3.4259259259vw, 37px);
}

.sec10 .adlp-accordion__header.--plus::after {
    width: min(1.4814814815vw, 16px);
    right: min(2.7777777778vw, 30px);
}

.sec10 .adlp-accordion__body {
    padding: 0 min(2.7777777778vw, 30px) min(2.7777777778vw, 30px);
    font-size: min(1.6666666667vw, 18px);
    color: rgb(102, 102, 102);
}

.sec10 .adlp-accordion__body__inner {
    display: block;
    padding: min(2.7777777778vw, 30px) 0 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_12321_2311)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.74228e-08 1C3.91405e-08 0.447715 0.508217 -4.44298e-08 1.13514 -9.92367e-08L1.86486 -1.63032e-07C2.49178 -2.17839e-07 3 0.447715 3 1C3 1.55228 2.49178 2 1.86487 2L1.13514 2C0.508218 2 1.35705e-07 1.55228 8.74228e-08 1Z' fill='%23666666'/%3E%3Cpath d='M8 1C8 0.447715 8.50822 -4.44297e-08 9.13514 -9.92367e-08L9.86486 -1.63032e-07C10.4918 -2.17839e-07 11 0.447715 11 1C11 1.55228 10.4918 2 9.86486 2L9.13514 2C8.50822 2 8 1.55228 8 1Z' fill='%23666666'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12321_2311'%3E%3Crect width='16' height='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 0 0/min(1.4814814815vw, 16px) repeat-x;
}

.sec10 .adlp-accordion__body__inner ul {
    display: flex;
    flex-direction: column;
    gap: min(1.1111111111vw, 12px);
    margin-top: min(1.1111111111vw, 12px);
}

.sec10 .adlp-accordion__body__inner .sec10__note {
    margin-top: min(1.1111111111vw, 12px);
    font-size: min(1.1111111111vw, 12px);
}

.sec11 {
    height: min(47.5925925926vw, 514px);
    padding-top: min(16.6666666667vw, 180px);
    background: url(/pc/images/lp/beauty-income/sec11_bg.jpg) 50% min(3.6111111111vw, 39px)/min(85.1851851852vw, 920px) no-repeat;
}

.sec11 .secinner {
    position: relative;
    width: min(85.1851851852vw, 920px);
}

.sec11__text01 .--text01 {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #fff;
    padding: min(0.5555555556vw, 6px) min(2.037037037vw, 22px);
    font-size: min(2.4074074074vw, 26px);
    line-height: 2.4;
    font-weight: 600;
}

.sec11__text02 {
    margin: min(2.2222222222vw, 24px) 0 0 min(3.8888888889vw, 42px);
    font-size: min(2.7777777778vw, 30px);
    font-weight: 500;
    color: #fff;
}

.sec11__text02 .--text01 {
    font-size: min(4.4444444444vw, 48px);
    font-weight: 700;
}

.sec11__col {
    display: flex;
    align-items: center;
    position: absolute;
    gap: min(1.3888888889vw, 15px);
    left: min(47.2222222222vw, 510px);
    top: min(19.0740740741vw, 206px);
}

.sec11__text03 {
    padding-top: min(0.462962963vw, 5px);
    width: min(7.7777777778vw, 84px);
    height: min(7.7777777778vw, 84px);
    border: 2px solid rgb(221, 221, 221);
    font-size: min(3.7037037037vw, 40px);
    line-height: 1;
    text-align: center;
    color: rgb(221, 221, 221);
}

.sec11__text03 .--text01 {
    font-size: min(6.6666666667vw, 72px);
}

.sec11__text04 {
    font-size: min(2.962962963vw, 32px);
    font-weight: 500;
    white-space: nowrap;
}

.sec11__text05 {
    font-size: min(1.8518518519vw, 20px);
    font-weight: 600;
    white-space: nowrap;
}

.sec12 {
    padding: min(5.1851851852vw, 56px) 0 min(5.1851851852vw, 56px);
    background: #DADDE8;
}

.sec12 .secinner {
    width: min(85.1851851852vw, 920px);
    padding-bottom: min(3.7037037037vw, 40px);
}

.sec12 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
}

.sec12 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: #fff;
}

.sec12 h2 {
    margin: min(2.7777777778vw, 30px) 0 min(1.8518518519vw, 20px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    text-align: center;
}

.sec12 h2 .--large {
    font-size: min(6.2962962963vw, 68px);
    font-weight: 500;
}

.sec12 h2 .--text01 {
    font-size: min(4.4444444444vw, 48px);
    font-weight: 700;
}

.sec12 .sec012__list01 {
    display: flex;
    justify-content: space-between;
    margin-top: min(5.462962963vw, 59px);
    position: relative;
}

.sec12 .sec012__list01:after {
    content: "";
    display: block;
    background-color: #8C9CD6;
    width: min(74.0740740741vw, 800px);
    height: min(0.2777777778vw, 3px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: min(10.1851851852vw, 110px);
    z-index: 1;
}

.sec12 .sec012__item01 {
    flex: 0 0 min(19.4444444444vw, 210px);
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: min(5vw, 54px) min(2.037037037vw, 22px) min(2.5vw, 27px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.sec12 .sec012__itemstep {
    background-color: #8C9CD6;
    color: #fff;
    width: min(7.6851851852vw, 83px);
    height: min(7.6851851852vw, 83px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(-3.7037037037vw, -40px);
}

.sec12 .sec012__itemstep .--step {
    font-size: min(1.4814814815vw, 16px);
    font-weight: 500;
    line-height: 160%;
    display: block;
}

.sec12 .sec012__itemstep .--text01 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 400;
    line-height: 90%;
    display: block;
}

.sec12 .sec012__itemtext01 {
    color: #8C9CD6;
    text-align: center;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: min(1.2962962963vw, 14px);
}

.sec12 .sec012__itemtext02 {
    text-align: center;
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.sec12 .sec012__itemtext02.--mt {
    margin-top: min(3.7037037037vw, 40px);
}

.sec12 .sec012__itemtext03 {
    text-align: center;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.sec12 .sec012__itemtext03 .--num {
    color: #8C9CD6;
    font-size: min(6.2962962963vw, 68px);
    font-weight: 500;
    line-height: 120%;
}

.sec12 .adlp-slider__wrapper .slick-slide {
    margin: 0 min(3.7037037037vw, 40px);
    background-color: #fff;
}

.sec12 .sec012__slider__header {
    display: flex;
    align-items: center;
    gap: min(2.5vw, 27px);
    padding: min(3.0555555556vw, 33px);
    background-color: #8C9CD6;
}

.sec12 .sec012__slider__header .en.--step {
    position: relative;
    width: fit-content;
    padding: min(1.1111111111vw, 12px) 8px 0;
    font-size: min(1.6666666667vw, 18px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #8C9CD6;
    background-color: #fff;
    width: min(10.1851851852vw, 110px);
    height: min(10.1851851852vw, 110px);
}

.sec12 .sec012__slider__header .en.--step .--text01 {
    font-size: min(7.5925925926vw, 82px);
    font-weight: 400;
}

.sec12 h3 {
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 140%;
    color: #fff;
}

.sec12 .sec012__slider__main {
    display: flex;
    justify-content: space-between;
    padding: min(2.5925925926vw, 28px) min(3.1481481481vw, 34px);
    position: relative;
}

.sec12 .sec012__slider__fig {
    flex: 0 0 min(38.2407407407vw, 413px);
}

.sec12 .sec012__slider__fig img {
    width: 100%;
}

.sec12 .sec012__slider__textarea {
    flex: 0 0 min(38.2407407407vw, 413px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec12 .sec012__checklist {
    display: flex;
    flex-direction: column;
    gap: min(0.2777777778vw, 3px);
}

.sec12 .sec012__checklist>li {
    background: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='0.375' y='6' width='20.25' height='20.25' fill='white' stroke='white' stroke-width='0.75'/%3E%3Cpath d='M29 2.375L12.6634 19.375L5 11.8758' stroke='black' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A") min(1.3888888889vw, 15px) min(1.6666666667vw, 18px)/min(2.8703703704vw, 31px) no-repeat rgba(227, 217, 207, 0.4);
    padding: min(1.2037037037vw, 13px) min(1.8518518519vw, 20px) min(1.2037037037vw, 13px) min(5.5555555556vw, 60px);
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    line-height: 180%;
}

.sec12 .sec012__checklist>li .--small {
    font-size: min(1.1111111111vw, 12px);
    font-weight: 400;
    line-height: 180%;
}

.sec12 .sec012__comment {
    width: min(38.2407407407vw, 413px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec12 .sec012__comment .--balloon {
    flex: 0 0 min(28.4259259259vw, 307px);
    background-color: #9BA0AD;
    border-radius: min(0.7407407407vw, 8px);
    padding: max(0vw, 0px) min(1.8518518519vw, 20px);
    height: min(12.7777777778vw, 138px);
    color: #fff;
    font-size: min(1.4814814815vw, 16px);
    font-weight: 700;
    line-height: 180%;
    display: flex;
    align-items: center;
    position: relative;
}

.sec12 .sec012__comment .--balloon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: max(-1.6666666667vw, -18px);
    width: min(1.7592592593vw, 19px);
    height: min(1.3888888889vw, 15px);
    background: #9BA0AD;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.sec12 .sec012__comment .--iconarea {
    flex: 0 0 min(6.5740740741vw, 71px);
}

.sec12 .sec012__slider__img01 {
    width: min(41.3888888889vw, 447px);
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec12 .sec012__slider__img01 img {
    width: 100%;
}

.sec12 .sec012__text01 {
    color: #252525;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-align: right;
    margin-right: min(3.7037037037vw, 40px);
}

.sec12 .sec012__text01 span {
    padding-left: min(8.3333333333vw, 90px);
    display: inline-block;
    position: relative;
}

.sec12 .sec012__text01 span:before {
    content: "";
    display: block;
    background: url(/pc/images/lp/beauty-income/sec12_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: min(6.5740740741vw, 71px);
    height: min(3.2407407407vw, 35px);
}

.sec12 .sec012__notes {
    color: #252525;
    font-size: min(1.1111111111vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: right;
    margin-top: min(0.8333333333vw, 9px);
    margin-right: min(3.7037037037vw, 40px);
}

.sec13 {
    padding: min(5.1851851852vw, 56px) 0 min(5.1851851852vw, 56px);
    background: #F2F2F2;
}

.sec13 .secinner {
    width: min(85.1851851852vw, 920px);
}

.sec13 .en.--title {
    position: relative;
    padding-bottom: min(1.6666666667vw, 18px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: rgba(37, 37, 37, 0.4);
}

.sec13 .en.--title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: min(2.5925925926vw, 28px);
    height: 1px;
    background: rgba(37, 37, 37, 0.4);
}

.sec13 h2 {
    margin: min(2.7777777778vw, 30px) 0 min(5.7407407407vw, 62px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    text-align: center;
}

.sec13 h2 .roboto {
    font-size: min(6.2962962963vw, 68px);
    font-weight: 500;
}

.sec13 h2 .--text01 {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 700;
}

.sec13 .sec13__flex {
    display: flex;
    justify-content: space-between;
}

.sec13 .sec13__flex__box {
    flex: 0 0 min(41.4814814815vw, 448px);
    background-color: #fff;
    padding: min(5.0925925926vw, 55px) 0 min(3.0555555556vw, 33px);
    position: relative;
}

.sec13 .sec13__fig01 {
    width: min(37.4074074074vw, 404px);
    margin: 0 auto;
}

.sec13 .sec13__fig01 img {
    width: 100%;
}

.sec13 .sec13__fig02 {
    width: min(35.462962963vw, 383px);
    margin: 0 auto;
}

.sec13 .sec13__fig02 img {
    width: 100%;
}

.sec13 .sec13__ribbon {
    background: url(/pc/images/lp/beauty-income/sec13_ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: min(34.0740740741vw, 368px);
    height: min(4.0740740741vw, 44px);
    margin: max(0vw, 0px) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    color: #fff;
    position: absolute;
    top: max(-2.037037037vw, -22px);
    left: 50%;
    transform: translateX(-50%);
}

.sec13 .sec13__note {
    font-size: min(1.1111111111vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: right;
    margin: min(1.3888888889vw, 15px) 0 min(2.5925925926vw, 28px);
}

.sec13 .sec013__comment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(3.2407407407vw, 35px);
}

.sec13 .sec013__comment .--balloon {
    flex: 0 0 min(50.1851851852vw, 542px);
    background-color: #9BA0AD;
    border-radius: min(0.7407407407vw, 8px);
    padding: min(1.1111111111vw, 12px) min(1.8518518519vw, 20px);
    color: #fff;
    font-size: min(1.4814814815vw, 16px);
    font-weight: 700;
    line-height: 180%;
    display: flex;
    align-items: center;
    position: relative;
}

.sec13 .sec013__comment .--balloon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: max(-1.6666666667vw, -18px);
    width: min(1.7592592593vw, 19px);
    height: min(1.3888888889vw, 15px);
    background: #9BA0AD;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.sec13 .sec013__comment .--iconarea {
    flex: 0 0 min(6.5740740741vw, 71px);
}

.sec13 .sec013__comment .--iconarea p {
    font-size: min(1.1111111111vw, 12px);
    font-weight: 700;
    line-height: 160%;
    color: #9BA0AD;
    text-align: center;
    letter-spacing: -0.01em;
}

.sec14 {
    background: url(/pc/images/lp/beauty-income/sec14_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(177.7777777778vw, 1920px) min(46.9444444444vw, 507px);
    height: min(46.9444444444vw, 507px);
    padding: min(6.3888888889vw, 69px) 0 0;
}

.sec14 .secinner {
    width: min(85.1851851852vw, 920px);
}

.sec14 .sec14__label {
    font-size: min(2.5925925926vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: min(1.2962962963vw, 14px);
}

.sec14 .sec14__label span {
    display: inline-block;
    padding: min(0.7407407407vw, 8px) min(2.7777777778vw, 30px);
    background: #FFF;
    box-shadow: 0px 0px min(1.8518518519vw, 20px) 0px rgba(0, 0, 0, 0.15);
}

.sec14 h2 {
    display: flex;
    align-items: center;
    gap: min(1.5740740741vw, 17px);
    margin-top: min(6.0185185185vw, 65px);
}

.sec14 h2 .--rectancle {
    color: #DDD;
    text-align: center;
    border: 1px solid #ddd;
    display: inline-block;
    width: min(8.1481481481vw, 88px);
    height: min(8.1481481481vw, 88px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec14 h2 .--yen {
    font-size: min(3.8888888889vw, 42px);
    font-weight: 400;
    line-height: 140%;
    /* 58.8px */
}

.sec14 h2 .--num {
    font-size: min(6.6666666667vw, 72px);
    font-weight: 400;
    line-height: 140%;
    /* 58.8px */
}

.sec14 h2 .--text {
    color: #fff;
    font-size: min(4.4444444444vw, 48px);
    font-weight: 500;
    line-height: 140%;
}

.sec14 .sec14__text01 {
    color: #fff;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 160%;
    margin-top: min(0.7407407407vw, 8px);
}
/*# sourceMappingURL=beauty-pc.css.map */
