@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-block-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-1 {
        padding-block: calc(204 / var(--design-width) * 100vw) calc(48 / var(--design-width) * 100vw);
        position: relative;
        overflow: hidden;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-block-1__txt-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--color-black-6);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-1__txt-wrap {
        position: relative;
        z-index: 1;
    }
}
.l-wrapper.beauty-plus .c-block-1__txt {
    color: var(--color-white-1);
    font-size: calc(40 / var(--root-fz) * 1rem);
    text-align: center;
    font-family: var(--ff-ls-eb);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-1__txt {
        font-size: calc(30 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.beauty-plus .c-block-1__txt-small {
    display: block;
    margin-bottom: 4px;
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-1__txt-small {
        font-size: calc(18 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.beauty-plus .c-block-1__btn {
    width: 100%;
    max-width: 287px;
    margin-top: 30px;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-1__btn {
        max-width: 338px;
        margin-top: 7px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-1__img {
        position: absolute;
        inset: 0;
    }
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.l-wrapper.beauty-plus .c-block-2 {
    max-width: 1010px;
    margin-inline: auto;
}
.l-wrapper.beauty-plus .c-block-2__inner {
    display: grid;
    grid-template-columns: 1fr 43.1492842536%;
    align-items: center;
    gap: 9.4069529652%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-2__inner {
        display: block;
    }
}
.l-wrapper.beauty-plus .c-block-2__txt-status {
    display: inline-block;
    padding: 4.5px 12px 2.5px;
    color: var(--color-white-1);
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    border-radius: 50em;
    position: absolute;
    top: -13px;
    left: 21px;
}
.l-wrapper.beauty-plus .c-block-2__txt-status--before {
    background-color: var(--color-theme-1);
}
.l-wrapper.beauty-plus .c-block-2__txt-status--after {
    background-color: var(--color-theme-2);
}
.l-wrapper.beauty-plus .c-block-2__item {
    padding: 24px;
    border-radius: 10px;
    background-color: var(--color-white-1);
    position: relative;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-2__item {
        padding: 22px 24px;
    }
}
.l-wrapper.beauty-plus .c-block-2__item:not(:first-of-type) {
    margin-top: 28px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-2__item:not(:first-of-type) {
        margin-top: 25px;
    }
}
.l-wrapper.beauty-plus .c-block-2__item::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
}
.l-wrapper.beauty-plus .c-block-2__item--1::before {
    background-image: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/ico_setting.svg);
    width: 38px;
    aspect-ratio: 1/1;
    top: -12px;
    right: 30px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-2__item--1::before {
        width: 38px;
        top: -13px;
        right: 20.5px;
    }
}
.l-wrapper.beauty-plus .c-block-2__item--2::before {
    background-image: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/ico_support.svg);
    width: 44px;
    aspect-ratio: 1/1;
    top: -14px;
    right: 28px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-2__item--2::before {
        width: 44px;
        top: -14px;
        right: 18px;
    }
}
.l-wrapper.beauty-plus .c-block-2__ttl {
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
}
.l-wrapper.beauty-plus .c-block-2__txt {
    margin-top: 5px;
    font-size: calc(13 / var(--root-fz) * 1rem);
    line-height: 1.5384615385;
}
.l-wrapper.beauty-plus .c-block-2__img {
    margin-top: 38px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-2__img {
        width: 301px;
        margin-inline: auto;
        margin-top: 26px;
        transform: translateX(12px);
    }
}

/* ---------------------------------------------
*   c-block-banner
--------------------------------------------- */
.l-wrapper.beauty-plus .c-block-banner {
    max-width: 336px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100%;
    z-index: 1000;
    filter: drop-shadow(4px 6px 12px rgba(var(--color-black-1-rgb), 0.25));
}
@media screen and (max-width: 750px) {
    .l-wrapper.beauty-plus .c-block-banner {
        width: calc(336 / var(--design-width) * 100vw);
        max-width: initial;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
    }
}
.l-wrapper.beauty-plus .c-block-banner__link {
    display: block;
    position: relative;
    will-change: opacity;
    overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.beauty-plus .c-block-banner__link {
        transition: opacity var(--hover-duration);
    }
    .l-wrapper.beauty-plus .c-block-banner__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-wrapper.beauty-plus .c-block-banner__link::before {
    content: "";
    display: inline-block;
    width: 300%;
    height: 100%;
    animation: linkAnimation 5s 5s ease-in-out infinite;
    background-color: #fff;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@keyframes linkAnimation {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg);
    }
    30% {
        opacity: 0.5;
        transform: scale(0) rotate(-45deg);
    }
    30.375% {
        opacity: 1;
        transform: scale(2) rotate(-45deg);
    }
    37.5% {
        opacity: 0;
        transform: scale(8) rotate(-45deg);
    }
    /* 停止 */
    100% {
        opacity: 0;
        transform: scale(8) rotate(-45deg);
    }
}

/* ---------------------------------------------
*   c-block-loop
--------------------------------------------- */
.l-wrapper.beauty-plus .c-block-loop__inner {
    display: flex;
    overflow: hidden;
}
.l-wrapper.beauty-plus .c-block-loop__img-wrap {
    display: flex;
    list-style: none;
    padding: 0;
    animation: infinityScroll 80s infinite linear 0.5s both;
    flex-shrink: 0;
}
.l-wrapper.beauty-plus .c-block-loop__img {
    width: min(260 / var(--design-width) * 100vw, 260px);
    aspect-ratio: 260/180;
    border-radius: 7.24px;
    overflow: hidden;
    margin-right: 16px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-block-loop__img {
        width: 149px;
        aspect-ratio: 149/103;
        border-radius: 4.14px;
        margin-right: 9px;
    }
}
.l-wrapper.beauty-plus .c-block-loop__img > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@keyframes infinityScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.l-wrapper.beauty-plus .c-btn-1 {
    display: block;
    width: 100%;
    padding: 16px 0.5em 14px;
    color: var(--color-white-1);
    font-size: calc(19.57 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
    background-color: var(--color-theme-3);
    border-radius: 50em;
    gap: 14px;
    border: 3px solid transparent;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-btn-1 {
        padding-block: 13.5px 11.5px;
        font-size: calc(18 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.beauty-plus .c-btn-1--shadow {
    box-shadow: 0px 5px 25px rgba(var(--color-theme-3-rgb), 0.15);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-btn-1--shadow {
        box-shadow: 0px 4px 20px rgba(var(--color-theme-3-rgb), 0.15);
    }
}
.l-wrapper.beauty-plus .c-btn-1--large {
    padding-block: 20.5px;
    font-size: calc(22.5 / var(--root-fz) * 1rem);
}
.l-wrapper.beauty-plus .c-btn-1--large::before {
    width: 27px;
}
.l-wrapper.beauty-plus .c-btn-1__txt {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-left: 35.6px;
    position: relative;
}
.l-wrapper.beauty-plus .c-btn-1__txt::before, .l-wrapper.beauty-plus .c-btn-1__txt::after {
    content: "";
    display: block;
    width: 22px;
    aspect-ratio: 22/20;
    background: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/ico_message-2.svg) no-repeat center/contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l-wrapper.beauty-plus .c-btn-1__txt::before {
    background-image: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/ico_message-2.svg);
}
.l-wrapper.beauty-plus .c-btn-1__txt::after {
    background-image: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/ico_message-2-hover.svg);
    opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.beauty-plus .c-btn-1:hover {
        color: var(--color-theme-3);
        background-color: var(--color-white-1);
        border-color: var(--color-theme-3);
    }
    .l-wrapper.beauty-plus .c-btn-1:hover .c-btn-1__txt::before {
        opacity: 0;
    }
    .l-wrapper.beauty-plus .c-btn-1:hover .c-btn-1__txt::after {
        opacity: 1;
    }
}

/* ---------------------------------------------
*   ページ下部ボタン
--------------------------------------------- */
.service-backBtn {
    margin-block: 0 !important;
    padding-block: 60px !important;
}
@media screen and (max-width: 1023px) {
    .service-backBtn {
        padding-block: 40px !important;
    }
}

/* ---------------------------------------------
*   c-card-1
--------------------------------------------- */
.l-wrapper.beauty-plus .c-card-1 {
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-card-1 {
        height: 100%;
    }
}
.l-wrapper.beauty-plus .c-card-1__ttl {
    padding: 5px 0.25em 3px;
    color: var(--color-white-1);
    font-size: calc(16 / var(--root-fz) * 1rem);
    text-align: center;
    font-family: var(--ff-ls-b);
    background-color: var(--color-black-6);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-card-1__ttl {
        padding-block: 7px 4px 5px;
    }
}
.l-wrapper.beauty-plus .c-card-1__inner {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white-1);
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-card-1__inner {
        height: calc(100% - 32px);
    }
}
.l-wrapper.beauty-plus .c-card-1__head {
    max-width: 297px;
    margin-left: 7px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-card-1__head {
        margin-left: 6px;
    }
}
.l-wrapper.beauty-plus .c-card-1__head img {
    width: 100%;
}
.l-wrapper.beauty-plus .c-card-1__body {
    margin-top: 18px;
    display: contents;
}
.l-wrapper.beauty-plus .c-card-1__img {
    margin-block: 18px;
    border-radius: 8px;
    overflow: hidden;
}
.l-wrapper.beauty-plus .c-card-1__note {
    margin-top: auto;
    padding-inline: 8px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-card-1__note {
        margin-top: 36px;
    }
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.l-wrapper.beauty-plus {
    /*  パンくずリスト
    --------------------------------------------- */
}
.l-wrapper.beauty-plus .c-kv {
    background: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/kv_bg.jpg) no-repeat 0 0/100% auto;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv {
        aspect-ratio: 1440/685;
    }
}
@media screen and (min-width: 1441px) {
    .l-wrapper.beauty-plus .c-kv {
        height: 685px;
        aspect-ratio: auto;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv {
        min-height: 664px;
        background-image: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/sp/kv_bg.jpg);
        background-size: cover;
        background-position: center;
    }
}
.l-wrapper.beauty-plus .c-kv__inner {
    margin-inline: auto;
    padding-top: 17px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__inner {
        padding-top: 34px;
    }
}
.l-wrapper.beauty-plus .c-kv__contents {
    margin-inline: auto;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv__contents {
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media screen and (min-width: 1201px) {
    .l-wrapper.beauty-plus .c-kv__contents {
        transform: translateX(calc(24 / var(--design-width) * 100vw));
    }
}
@media screen and (max-width: 1200px) {
    .l-wrapper.beauty-plus .c-kv__contents {
        gap: calc(20 / var(--design-width) * 100vw);
        transform: translateX(calc(30 / var(--design-width) * 100vw));
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: none;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv__txt-wrap {
        margin-top: -58px;
        transform: translateY(10px);
    }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv__txt-wrap {
        zoom: 0.8;
    }
}
.l-wrapper.beauty-plus .c-kv__txt-sub {
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 20px 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-white-1);
    font-size: calc(19 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    background: linear-gradient(90deg, var(--color-theme-2) 0%, var(--color-theme-1) 100%);
    border-radius: 50em;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__txt-sub {
        padding: 5px 15px 3px;
        margin-inline: auto;
        gap: 3.6px;
        font-size: calc(13 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.beauty-plus .c-kv__txt-sub::before {
    content: "";
    display: block;
    width: 17px;
    aspect-ratio: 17/22;
    background: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/ico_scissors.svg) no-repeat center/contain;
    flex-shrink: 0;
    transform: translateY(-1px);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__txt-sub::before {
        width: 13.5px;
    }
}
.l-wrapper.beauty-plus .c-kv__ttl {
    margin-top: 20px;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__ttl {
        margin-top: 10px;
    }
}
.l-wrapper.beauty-plus .c-kv__ttl-small {
    display: block;
    font-size: calc(32 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__ttl-small {
        font-size: calc(21 / var(--root-fz) * 1rem);
        text-align: center;
    }
}
.l-wrapper.beauty-plus .c-kv__ttl-txt {
    display: block;
    margin-top: 34px;
    font-size: calc(28 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    line-height: 1.3;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__ttl-txt {
        margin-top: 16px;
        font-size: calc(18 / var(--root-fz) * 1rem);
        line-height: 1.25;
        text-align: center;
    }
}
.l-wrapper.beauty-plus .c-kv__ttl-logo {
    display: block;
    margin-top: 10px;
    margin-left: 3px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__ttl-logo {
        width: 330px;
        margin-inline: auto;
    }
}
.l-wrapper.beauty-plus .c-kv__img-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__img-bottom {
        bottom: 6px;
        z-index: 2;
    }
}
.l-wrapper.beauty-plus .c-kv__img {
    width: min(720 / var(--design-width) * 100vw, 720px);
    position: relative;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv__img {
        padding-top: min(15 / var(--design-width) * 100vw, 15px);
        margin-left: max(-6 / var(--design-width) * 100vw, -6px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__img {
        width: 441px;
        position: absolute;
        top: 3px;
        left: 50%;
        transform: translateX(-55%);
        z-index: 1;
        pointer-events: none;
    }
}
.l-wrapper.beauty-plus .c-kv__img-item {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeUp 0.8s 0.3s forwards;
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.l-wrapper.beauty-plus .c-kv__note {
    font-size: calc(10 / var(--root-fz) * 1rem);
    position: absolute;
    right: min(37 / var(--design-width) * 100vw, 37px);
    bottom: min(31 / var(--design-width) * 100vw, 31px);
}
@media screen and (max-width: 1200px) {
    .l-wrapper.beauty-plus .c-kv__note {
        bottom: calc(50 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__note {
        font-size: calc(8 / var(--root-fz) * 1rem);
        right: 28px;
        bottom: 37px;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv__breadcrumb {
        max-width: calc((1240 + var(--contents-side-padding) * 2) * 1px);
        margin-inline: auto;
        padding-inline: calc(var(--contents-side-padding) * 1px);
    }
}
.l-wrapper.beauty-plus .c-kv__banner-link {
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.beauty-plus .c-kv__banner-link {
        transition: opacity var(--hover-duration);
    }
    .l-wrapper.beauty-plus .c-kv__banner-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-wrapper.beauty-plus .c-kv__banner-link img {
    filter: drop-shadow(4px 6px 12px rgba(var(--color-black-1-rgb), 0.25));
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-kv__banner {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__banner {
        width: 336px;
        position: absolute;
        left: 50%;
        bottom: 140px;
        transform: translateX(-50%);
        z-index: 10;
    }
}
.l-wrapper.beauty-plus .c-kv__btn {
    max-width: 287px;
    margin-top: 44px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-kv__btn {
        display: none;
    }
}
.l-wrapper.beauty-plus .c-kv .ls-1 {
    letter-spacing: -0.01em;
}
.l-wrapper.beauty-plus .c-kv .ls-2 {
    letter-spacing: -0.03em;
}
.l-wrapper.beauty-plus .c-kv .ls-3 {
    letter-spacing: -0.04em;
}
.l-wrapper.beauty-plus .p-kvList {
    display: flex;
    gap: 24px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .p-kvList {
        display: none;
    }
}
.l-wrapper.beauty-plus .p-kvList__item {
    display: inline-block;
    font-size: calc(12 / var(--root-fz) * 1rem);
    position: relative;
}
.l-wrapper.beauty-plus .p-kvList__item:not(:first-of-type)::before {
    border-right: 1px solid var(--color-black-3);
    border-top: 1px solid var(--color-black-3);
    content: "";
    display: block;
    height: 4px;
    left: -15px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 4px;
}
.l-wrapper.beauty-plus .p-kvList__txt {
    color: var(--color-black-3);
    font-family: var(--ff-ls-b);
}
.l-wrapper.beauty-plus .p-kvList__txt[href] {
    font-family: var(--ff-ls-r);
}
@media (hover: hover) and (pointer: fine) {
    .l-wrapper.beauty-plus .p-kvList__txt[href]:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.l-wrapper.beauty-plus .c-list-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(32 / var(--contents-width) * 100%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-list-1 {
        width: calc(var(--contents-width) * 1px);
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.l-wrapper.beauty-plus .c-list-2__item {
    font-size: calc(14 / var(--root-fz) * 1rem);
    line-height: 1.4285714286;
    padding-left: 2em;
    position: relative;
}
.l-wrapper.beauty-plus .c-list-2__item::before {
    content: "";
    display: block;
    width: 7px;
    aspect-ratio: 1/1;
    background-color: var(--color-theme-1);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 14px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-list-2__item::before {
        width: 7px;
        left: 12px;
    }
}
.l-wrapper.beauty-plus .c-list-2__item:not(:first-of-type) {
    margin-top: 11px;
}

/* ---------------------------------------------
*   c-list-3
--------------------------------------------- */
.l-wrapper.beauty-plus .c-list-3 {
    color: var(--color-black-5);
    font-size: calc(10 / var(--root-fz) * 1rem);
    line-height: 1.5;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.l-wrapper.beauty-plus .c-section-1 {
    padding-block: 67px;
    background-color: var(--color-theme-1);
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-1 {
        border-bottom: 10px solid var(--color-black-1);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1 {
        margin-top: -28px;
        padding-block: 60px 0;
        position: relative;
        z-index: 1;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-1__head {
        width: -moz-fit-content;
        width: fit-content;
        flex-shrink: 0;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-1__container {
        padding-inline: calc(var(--contents-side-padding) * 1px) 16px;
        display: flex;
        justify-content: flex-end;
        max-width: calc(var(--design-width) * 1px);
        margin-inline: auto;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__container {
        display: block;
    }
}
.l-wrapper.beauty-plus .c-section-1__ttl-small {
    display: block;
    color: var(--color-white-1);
    font-size: calc(18 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__ttl-small {
        font-size: calc(16 / var(--root-fz) * 1rem);
        text-align: center;
    }
}
.l-wrapper.beauty-plus .c-section-1__ttl-txt {
    color: var(--color-white-1);
    display: block;
    margin-top: 12px;
    font-size: calc(32 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-eb);
    line-height: 1.4;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__ttl-txt {
        margin-top: 10px;
        font-size: calc(27 / var(--root-fz) * 1rem);
        text-align: center;
    }
}
.l-wrapper.beauty-plus .c-section-1__txt {
    margin-top: 30px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__txt {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-inline: auto;
        margin-top: 26px;
        padding-inline: 32px;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-1__list {
        margin-top: 40px;
    }
}
.l-wrapper.beauty-plus .c-section-1__body {
    width: 64.3162393162%;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__body {
        width: 100%;
        margin-top: 40px;
    }
}
.l-wrapper.beauty-plus .c-section-1__img--1-1 {
    width: 79.5127353267%;
    margin-inline: auto;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-1__img--1-1 {
        height: 100%;
        padding-bottom: 28px;
        display: grid;
        align-items: flex-end;
        transform: translateX(-1.3927576602%);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__img--1-1 {
        width: 100%;
        max-width: 365px;
        padding-inline: 10px;
    }
}
.l-wrapper.beauty-plus .c-section-1__img--1-2 {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -67px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__img--1-2 {
        max-width: calc(var(--design-width) * 1px);
        margin-inline: auto;
        margin-top: -57px;
        position: relative;
        bottom: 0;
        z-index: 1;
    }
}
.l-wrapper.beauty-plus .c-section-1__list {
    display: flex;
    gap: 30px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__list {
        margin-top: -32px;
        justify-content: center;
        align-items: flex-start;
        gap: 23px;
    }
}
.l-wrapper.beauty-plus .c-section-1__list-item {
    width: 94px;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    color: var(--color-black-6);
    font-size: calc(17 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    line-height: 1.1764705882;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__list-item {
        width: 88px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__list-item:nth-of-type(2) {
        margin-top: 36px;
    }
}
.l-wrapper.beauty-plus .c-section-1__list-item::after {
    content: "";
    display: block;
    width: 119.4px;
    aspect-ratio: 1/1;
    background: url(/sites/default/files/media/jp/service/line-official-account/beauty/img/bg_circle.png) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__list-item::after {
        width: 112px;
    }
}
.l-wrapper.beauty-plus .c-section-1__list-item-txt {
    display: block;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-1__note {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-1__note {
        padding: 3px 6px 2px;
        background-color: var(--color-black-1);
        text-align: right;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.l-wrapper.beauty-plus .c-section-2 {
    margin-inline: auto;
    padding: 40px calc(var(--contents-side-padding) * 1px);
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-2 {
        display: grid;
        align-items: center;
        aspect-ratio: 1440/667;
        max-width: 1440px;
        position: relative;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-2 {
        padding: 36px 0 16px;
    }
}
.l-wrapper.beauty-plus .c-section-2__container {
    margin-inline: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-2__container {
        max-width: 1224px;
        width: 100%;
        transform: translateX(-19px);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-2__container {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-2__head {
        width: 45.4248366013%;
        min-width: 480px;
        flex-shrink: 0;
    }
}
.l-wrapper.beauty-plus .c-section-2__ttl {
    font-size: calc(40 / var(--root-fz) * 1rem);
    line-height: 1.4375;
    font-family: var(--ff-ls-b);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-2__ttl {
        font-size: calc(30 / var(--root-fz) * 1rem);
        text-align: center;
        line-height: 1.25;
    }
}
.l-wrapper.beauty-plus .c-section-2__txt {
    margin-top: 30px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-2__txt {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-inline: auto;
        padding-inline: 36px;
    }
}
.l-wrapper.beauty-plus .c-section-2__note {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-2__note {
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto 0;
        margin-top: 4px;
        padding-inline: 20px;
    }
}
.l-wrapper.beauty-plus .c-section-2__body {
    width: calc(547 / var(--contents-width) * 100%);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-2__body {
        width: 100%;
        margin-top: 1px;
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-2__bg {
        width: min(1936 / var(--design-width) * 100%, 1936px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-61.3%, -50.5%);
        z-index: -1;
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.l-wrapper.beauty-plus .c-section-3--gray {
    background-color: var(--color-gray-1);
}
.l-wrapper.beauty-plus .c-section-3__container {
    max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    margin-inline: auto;
    padding: 50px calc(var(--contents-side-padding) * 1px);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__container {
        max-width: 800px;
        margin-inline: auto;
        padding-block: 42px 10px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3--function .c-section-3__container {
        max-width: initial;
        padding-inline: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-3--option .c-section-3__container {
        max-width: calc((1200 + var(--contents-side-padding) * 2) * 1px);
        padding-top: 56px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3--option .c-section-3__container {
        padding-block: 28px 42px;
    }
}

@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-section-3--support .c-section-3__container {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3--support .c-section-3__container {
        padding-bottom: 0;
    }
}

.l-wrapper.beauty-plus .c-section-3__ttl {
    font-size: calc(32 / var(--root-fz) * 1rem);
    font-family: var(--ff-ls-b);
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__ttl {
        font-size: calc(24 / var(--root-fz) * 1rem);
    }
}
.l-wrapper.beauty-plus .c-section-3__txt {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__txt {
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-top: 12px;
        margin-inline: auto;
        padding-inline: 10px;
    }
}
.l-wrapper.beauty-plus .c-section-3--function .c-section-3__body {
    margin-top: 22px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3--function .c-section-3__body {
        margin-top: 16px;
    }
}

.l-wrapper.beauty-plus .c-section-3--option .c-section-3__body {
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3--option .c-section-3__body {
        margin-top: 24px;
    }
}

.l-wrapper.beauty-plus .c-section-3--support .c-section-3__body {
    margin-top: 42px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3--support .c-section-3__body {
        margin-top: 40px;
    }
}

.l-wrapper.beauty-plus .c-section-3__note-list {
    margin-top: 39px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__note-list {
        margin-top: 22px;
    }
}
.l-wrapper.beauty-plus .c-section-3__note {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
    margin-top: 30px;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__note {
        margin-top: 22px;
    }
}
.l-wrapper.beauty-plus .c-section-3__btn {
    max-width: 287px;
    margin-top: 62px;
    margin-inline: auto;
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__btn {
        max-width: 338px;
        margin-top: 32px;
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-section-3__img {
        width: calc(var(--contents-width) * 1px);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.l-wrapper.beauty-plus .c-txt-1 {
    font-size: calc(15 / var(--root-fz) * 1rem);
    line-height: 1.6;
    font-family: var(--ff-ls-b);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-txt-1 {
        font-size: calc(14 / var(--root-fz) * 1rem);
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-txt-1--large-pc {
        font-size: calc(18 / var(--root-fz) * 1rem);
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-txt-1--medium-pc {
        font-size: calc(16 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   c-txt-note
--------------------------------------------- */
.l-wrapper.beauty-plus .c-txt-note {
    font-size: calc(10 / var(--root-fz) * 1rem);
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-txt-note {
        font-size: calc(8 / var(--root-fz) * 1rem);
    }
}
@media screen and (min-width: 1024px) {
    .l-wrapper.beauty-plus .c-txt-note--small-pc {
        font-size: calc(8 / var(--root-fz) * 1rem);
    }
}
@media screen and (max-width: 1023px) {
    .l-wrapper.beauty-plus .c-txt-note--large-sp {
        font-size: calc(10 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   c-txt-reference
--------------------------------------------- */
.l-wrapper.beauty-plus .c-txt-reference {
    position: relative;
}
.l-wrapper.beauty-plus .c-txt-reference sup {
    font-size: calc(10 / var(--root-fz) * 1rem);
    position: absolute;
    top: -10px;
    right: -2px;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   display
--------------------------------------------- */
@media screen and (min-width: 1024px) {
    .display-inline-block-pc {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .display-inline-block-sp {
        display: inline-block !important;
    }
}

/* ---------------------------------------------
*   color
--------------------------------------------- */
.fc-theme {
    color: var(--color-theme-1) !important;
}

.fc-white {
    color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-bold {
    font-family: var(--ff-ls-b) !important;
}

.fw-extra-bold {
    font-family: var(--ff-ls-eb) !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

@media screen and (min-width: 1024px) {
    .txt-al-center-pc {
        text-align: center !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-center-sp {
        text-align: center !important;
    }
}

.txt-al-right {
    text-align: right !important;
}

@media screen and (min-width: 1024px) {
    .txt-al-right-pc {
        text-align: right !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-right-sp {
        text-align: right !important;
    }
}

.txt-al-left {
    text-align: left !important;
}

@media screen and (min-width: 1024px) {
    .txt-al-left-pc {
        text-align: left !important;
    }
}

@media screen and (max-width: 1023px) {
    .txt-al-left-sp {
        text-align: left !important;
    }
}

/* ---------------------------------------------
*   既存パーツ
--------------------------------------------- */
body:has(.l-wrapper.beauty-plus) .wrap > main {
    overflow: clip;
}

.topicpath__list > li {
    font-family: var(--ff-M);
}

/* ---------------------------------------------
*   l-breadcrumb-sp
--------------------------------------------- */
.l-breadcrumb-sp {
    display: block;
}

@media (min-width: 1024px) {
    .l-breadcrumb-sp {
        display: none;
    }
}
/*  l-breadcrumb-sp__topicpath
--------------------------------------------- */
.l-breadcrumb-sp__topicpath {
    display: block;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 20px;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

/*  l-breadcrumb-sp__list
--------------------------------------------- */
.l-breadcrumb-sp__list {
    display: block;
    padding-block: 12px 13px;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
}

/*  l-breadcrumb-sp__list > li
--------------------------------------------- */
.l-breadcrumb-sp__list > li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #404040;
    font-family: "UD新ゴ M";
    font-size: 1.2rem;
}

.l-breadcrumb-sp__list > li:first-child {
    padding-left: 0;
}

.l-breadcrumb-sp__list > li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: rotate(45deg);
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    color: #fff;
}

.l-breadcrumb-sp__list > li:first-child:before {
    content: normal;
}

/*  l-breadcrumb-sp__list > li > a
--------------------------------------------- */
.l-breadcrumb-sp__list > li > a {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    text-decoration: none;
}
.l-breadcrumb-sp__list > li > a:hover {
    text-decoration: underline !important;
}

span.c-kvE1List__txt {
    font-family: "UD新ゴ B", sans-serif !important;
}

.sp-menu-wrap,
.lyb-fixed-pagetop {
    display: none !important;
}

/* ---------------------------------------------
*   20260203追加分
--------------------------------------------- */
#lyb-header .sp-menu-wrap {
    display: flex !important;
}

@media screen and (max-width: 1023px) {
    .sp-menu-wrap--clone {
        display: none !important;
    }
    #lyb-header .sp-menu-wrap {
        display: none !important;
    }
}
/* ---------------------------------------------
*   js-banner
--------------------------------------------- */
.l-wrapper.beauty-plus .js-banner {
    transition: opacity 0.3s, visibility 0.3s;
}
.l-wrapper.beauty-plus .js-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
}

/* ---------------------------------------------
*   フェードアップ
--------------------------------------------- */
.l-wrapper.beauty-plus .js-fadein {
    opacity: 0;
}
.l-wrapper.beauty-plus .js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}

@media print and (min-width: 1024px), screen and (min-width: 1024px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 1023px), screen and (max-width: 1023px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 1023px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--10 {
        margin-top: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--15 {
        margin-top: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--20 {
        margin-top: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--25 {
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--30 {
        margin-top: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--35 {
        margin-top: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--40 {
        margin-top: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--45 {
        margin-top: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--50 {
        margin-top: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--55 {
        margin-top: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--60 {
        margin-top: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--65 {
        margin-top: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--70 {
        margin-top: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--75 {
        margin-top: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--80 {
        margin-top: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--85 {
        margin-top: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--90 {
        margin-top: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--95 {
        margin-top: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--100 {
        margin-top: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--105 {
        margin-top: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--110 {
        margin-top: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--115 {
        margin-top: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--120 {
        margin-top: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--125 {
        margin-top: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--130 {
        margin-top: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--135 {
        margin-top: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--140 {
        margin-top: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--145 {
        margin-top: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--150 {
        margin-top: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--155 {
        margin-top: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--160 {
        margin-top: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--165 {
        margin-top: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--170 {
        margin-top: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--175 {
        margin-top: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--180 {
        margin-top: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--185 {
        margin-top: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--190 {
        margin-top: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--195 {
        margin-top: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--200 {
        margin-top: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--205 {
        margin-top: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--210 {
        margin-top: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--215 {
        margin-top: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--220 {
        margin-top: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--225 {
        margin-top: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--230 {
        margin-top: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--235 {
        margin-top: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--240 {
        margin-top: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--245 {
        margin-top: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--250 {
        margin-top: calc(250 / var(--design-width) * 100vw) !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 1023px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}