@charset "utf-8";

/* Common Class, Adjustment*/
h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
}

.cmn_ablt {
    position: absolute;
}

.cmn_rltv {
    position: relative;
}

.cmn-imgfull_wrap>img {
    width: 100%;
}

/* Layout */
.lnkb-wrapper {
    margin: 0 auto 150px;
}

.lnkb-wrapper img {
    display: block;
    margin: auto;
    line-height: 1;
}

.lnkb-wrapper>section {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

/* FV */
.lnkb_fv-wrap {
    position: relative;
    overflow: hidden;
}

.lnkb_fv-wrap>img {
    position: absolute;
}

.lnkb_fv-main {
    position: relative;
    margin: 0;
}

.lnkb_fv-main>img {
    width: 100%;
}

.lnkb_fv-top_copy {
    top: 1%;
    width: 100%;
}

.lnkb_fv-main_copy {
    top: 12%;
    left: 1%;
    width: 43.2%;
}

.lnkb_fv-main_copy {
    top: 12%;
    left: 1%;
    width: 43.2%;
}

.lnkb_fv-movie {
    position: absolute;
    bottom: 20%;
    left: 6%;
    padding: 1%;
    background-color: white;
    box-sizing: border-box;
    width: 40%;
    box-shadow: 0 0 4px 3px #00000078;
    transform: rotate(355deg);
}

.lnkb_fv-circle {
    width: 24.4%;
}

.lnkb_fv-circle.lnkb_fv-circle--skill {
    bottom: 31%;
    right: 13%;
    animation-name: budge-updown;
    animation-duration: 2s;
}

.lnkb_fv-circle.lnkb_fv-circle--experiences {
    bottom: 19%;
    right: 26%;
    animation-name: budge-left;
    animation-duration: 2s;
}

.lnkb_fv-circle.lnkb_fv-circle--pro {
    bottom: 19%;
    right: 1%;
    animation-name: budge-right;
    animation-duration: 2s;
}

.lnkb_fv-course_name {
    bottom: 8%;
    width: 100%;
}

.lnkb_fv-price {
    bottom: -1%;
    width: 100%;
    animation-name: price-rotate;
    animation-duration: 3s;
}

/* Course Flow */
.lnkb_crs-wrap {
    background-image: url(/campaign/img/nikibi_r/2024_ss/lnkb_crs-bg.webp);
    background-size: cover;
    padding-bottom: min(100px, 10%);
}

.lnkb_crs-top {
    margin: 0;
}

.lnkb_crs-top>img {
    width: 100%;
    margin-bottom: -6%;
}

.lnkb_crs-flow {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 1.5% 0 2%;
}

.lnkb_crs-flow_el {
    width: 48%;
}

.lnkb_crs-flow_el>img {
    width: 100%;
}

.lnkb_crs-flow_el.lnkb_crs-flow_el--right {
    margin-top: 30%;
}

/* CV Area */
.lnkb_cv-wrap {
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.lnkb_cv-wrap>img {
    position: absolute;
}

.lnkb_cv-main {
    position: relative;
    margin: 0;
}

.lnkb_cv-main>img {
    width: 100%;
}

.lnkb_cv-hukidashi {
    top: -6%;
    width: 57.6%;
    left: 0;
    right: 0;
}

.lnkb_cv-reference {
    top: 21%;
    width: 78.4%;
    left: 0;
    right: 0;
}

.lnkb_cv-price {
    top: 28%;
    width: 81.8%;
    left: 0;
    right: 0;
}

.lnkb_cv-btn_wrap {
    bottom: 11%;
    width: 84.6%;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    overflow: hidden;
}

.lnkb_cv-btn>img {
    width: 100%;
}

.lnkb_cv-btn {
    display: block;
    overflow: hidden;
}

.lnkb_cv-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 60%;
    background-image:
        linear-gradient(100deg,
            rgba(255, 255, 255, 0) 10%,
            rgba(255, 255, 255, .5) 100%,
            rgba(255, 255, 255, 0) 0%);
    transform: translateX(-100%);
    z-index: 10;
    transform: scale(2) rotate(20deg);
    animation-name: shine-btn;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* Before After */
.lnkb_ba-intro {
    margin: 0;
}

.lnkb_ba-intro>img {
    width: 100%;
}

.lnkb_ba-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lnkb_ba-list_el>img {
    width: 100%;
}

/* Worry */
.lnkb_worry-wrap>img {
    width: 100%;
}

.lnkb_worry-intro>img {
    width: 100%;
}

.lnkb_worry-movie_wrap {
    width: min(500px, 90vw);
    margin: 4% auto;
}

.lnkb_worry-movie {
    width: 100%;
}

/* Professional */
.lnkb_pro-wrap>img {
    width: 100%;
}

.lnkb_pro-intro>img {
    width: 100%;
}

/* Approach */
.lnkb_approach-wrap>img {
    width: 100%;
}

.lnkb_approach-intro>img {
    width: 100%;
}

.lnkb_approach-sub>img {
    width: 100%;
}

/* La FURERU */
.lnkb_lafureru-wrap>img {
    width: 100%;
}

.lnkb_lafureru-top>img {
    width: 100%;
}

.lnkb_lafureru-product_title>img {
    width: 100%;
}

.lnkb_lafureru-product_itemlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lnkb_lafureru-product_itemlist>img {
    width: 100%;
}

.lnkb_lafureru-product_item {
    display: block;
}

.lnkb_lafureru-product_item img {
    width: 100%;
}

/* Step */
.lnkb_step-wrap {
    padding-top: 5%;
}

.lnkb_step-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lnkb_step-list_el {
    padding-bottom: 8%;
    background-image: url(/campaign/img/nikibi_r/2024_ss/lnkb_step-arrow.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 8%;
}

.lnkb_step-list_el:last-child {
    padding-bottom: 0;
    background: none;
}

.lnkb_step-list_title {
    margin-top: 4%;
    z-index: 10;
    position: relative;
    opacity: .9;
}

.lnkb_step-movie {
    position: relative;
    z-index: 5;
    width: 90%;
    margin: -2% auto 0;
    display: block;
}

.lnkb_step-list_desc {
    margin-top: 4% !important;
}

/* Kuchikomi */
.lnkb-kuchikomi_inr {
    background-color: #e5f4f8;
}

.slick-list {
    display: block;
    overflow: visible;
    z-index: 10;
}

.slider-el_inr>img {
    width: 100%;
}

.slider-el_inr {
    display: block;
    width: 94%;
    margin: auto;
}

/* Point */
/* QA */
.lnkb_qa-wrap {
    box-shadow: 0 0 4px 3px #00000030;
    margin-top: 6% !important;
    z-index: 10;
}

.lnkb_qa-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* BV */
.lnkb_bv-wrap {
    padding-bottom: min(100px, 10%);
    background-color: #e6faff;
}

.lnkb_bv-main,
.lnkb_bv-note {
    box-shadow: 0 0 4px 3px #00000050;
}

/* Salon List */
.lnkb_salon-wrap {
    margin-top: 6% !important;
}

.lnkb_salon-top {
    margin: 0 0 6%;
}

.lnkb_salon-area {
    width: min(690px, 92vw);
    margin: 0 auto 1em;
}

.lnkb_salon-area_switch img {
    width: 100%;
    display: none;
}

.lnkb_salon-area_switch:not(.is_close) img:nth-of-type(1),
.lnkb_salon-area_switch.is_close img:nth-of-type(2) {
    display: block;
}

.lnkb_salon-list {
    margin: 1em auto;
    padding: 0;
    list-style: none;
}

.lnkb_salon-list-el {
    display: block;
    margin: 5% 0;
}

.lnkb_salon-list-el a {
    display: block;
}

.lnkb_salon-list-el img {
    display: block;
    width: 100%;
}

/* Footer */
.footer {
    background-color: #0090bf;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.footer_inr {
    padding: 3% 1%;
}

.footer_link-list {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

.footer_link-list>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 0 4px;
    border-right: 1px solid #bbb;
    box-sizing: border-box;
}

.footer_link-list>li:last-child {
    border-right: 0;
}

.footer_link-list a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: min(13px, 2vw);
}

.footer_copy {
    margin-top: 2%;
    text-align: center;
    color: #fff;
}

/* Footer Btn*/
.lnkb-float_btn {
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(to top, #ffffff80 0%, #ffffff90 80%, transparent);
    text-align: center;
}

.lnkb-float_btn-inr {
    display: inline-block;
    width: 80%;
    max-width: 550px;
}

@media screen and (min-width: 750px) {
}

.lnkb-anime_base {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shine-btn {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@keyframes budge-updown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes budge-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-4%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes budge-right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes price-rotate {
    0% {
        transform: rotate(-1deg);
    }

    50% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(-1deg);
    }
}

@keyframes copy-color {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(15deg);
    }

    100% {
        filter: hue-rotate(0deg);
    }
}