* {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.relative {
    position: relative;
}

.wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.cv01_btn {
    background-image: url(../../../campaign/img/modebi_ad1/cv01_bg.png);
    background-size: 100%;
    padding: 0.6% 0;
}

.cv01_btn img {
    width: 85.067%;
    display: block;
    margin: auto;
}

.cv01_note {
    background-image: url(../../../campaign/img/modebi_ad1/cv01_bg.png);
    background-size: 100%;
    padding: 1% 7%;
    font-size: min(2.4vw, 115%);
    color: #666;
}

.cv01_note.tail2 {
    padding: 1% 7% 3.5%;
}

.cv01_note ul {
    list-style: none;
    padding: 0;
}

.cv01_note ul li {
    text-indent: -1.2em;
    margin-left: 1.2em;
    margin-top: 0.2em;
}

.cv01_note ul li:before {
    content: "※";
    margin-right: 0.2em;
}

.footer { 
    margin-bottom: 30%;
}

.footer_inner {
    position: absolute;
    width: 36.935%;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.footer_inner div {
    margin-bottom: 8%;
}

.footer_inner div:last-child {
    margin-bottom: 0;
}

.floating {
    max-width: 750px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    /* background: #ffffff80; */
    background: linear-gradient(to top, #ffffff80 0%, #ffffff90 80%, transparent);
    padding: 2% 0 1.5%;
}

.floating_inner {
    width: 85.067%;
    margin: 0 auto;
}

.btn:hover {
    filter: brightness(130%);
}

.btn {
    transition: filter 0.3s;
}

.sec01_img-box {
    margin: 0 3% 6%;
}

.sec01_img-box > img {
    margin-top: 20px;
}

p.sec01_desc {
    font-size: .8rem;
    margin-top: 1rem;
    color: #666;
}

.modebi_because {
    text-align: center;
    margin: 1rem auto 2rem;
}

.modebi_because-txt {
    display: inline-block;
    background: #f34b7e;
    color: white;
    padding: 1.5vw 0;
    width: max(160px, 12vw);
    font-size: min(26px, 5vw);
    font-weight: bold;
    border-radius: 6px;
    position: relative;
    letter-spacing: 2px;
}

.modebi_because-txt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;   
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f34b7e transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.sec06 {
    margin-top: 5%;
}

/* クチコミ */
.content_kuchikomi {
    width: 100%;
    padding: 5% 0 6%;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 1%;
}

.content_kuchikomi-inner {
    width: min(100%, 760px);
    margin: auto;
    padding: 1.4rem;
    border-radius: 10px;
    border: 1px solid lightgray;
    background-color: #fff;
    box-shadow: 0px 2px 7px -2px #8f8f8f;
    box-sizing: border-box;
}

.content_kuchikomi-title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-weight: bold;
    color: #888;
    text-align: center;
}

.content_kuchikomi-list {
    padding: 0;
    list-style: none;
}

.content_kuchikomi-list_el {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
    padding: 2.6rem 0;
    border-top: 1px dotted #ccc;
}

.content_kuchikomi-list_el::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../../../campaign/img/modebi_ad1/logo_google_24x24.png);
    background-position: center;
    overflow: hidden;
    text-indent: 110%;
}

.kuchikomi_contributor {
    width: 62px;
    text-align: center;
}

.kuchikomi_contributor-img {
    display: block;
    position: relative;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-image: url(../../../campaign/img/modebi_ad1/icon_smile-orange_124x124.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    text-indent: -300%;
    overflow: hidden;
}

.kuchikomi_contributor-name {
    margin-top: 1rem;
    font-weight: bold;
    font-size: .8rem;

}

.kuchikomi_review {
    width: calc(100% - 62px);
    padding-top: 1rem;
    padding-left: 2.2rem;
    box-sizing: border-box;
}

.kuchikomi_review-stars {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

.kuchikomi_star-row {
    display: inline-block;

}

.kuchikomi_star-row > svg {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}

.kuchikomi_review-shop {
    display: inline-block;
    margin-left: .6rem;
    font-size: 1rem;
}

.kuchikomi_review-txt {
    margin-top: .5rem;
}

.kuchikomi_review-txt_inner {
    font-size: .9rem;
    line-height: 1.4;
}

.kuchikomi_emoji {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

/* Steps */
.modebi-steps_inr {
    background-color: #e0f7ff;
    padding: 3rem 4rem;
}

.modebi-steps_ttl {
    text-align: center;
    font-family: serif;
    font-weight: bold;
}

.modebi-steps_ttl-txt {
    font-size: 3rem;
    background: linear-gradient(transparent 60%, #ff6 60%);
    display: inline-block;
}

.modebi-steps_ttl-sub {
    color: #f04c7c;
    font-size: 4rem;
}

.modebi-steps_ttl-sub>span {
    font-size: 6rem;
    font-weight: bold;
}

.modebi-steps_ttl-img {
    display: none;
    text-align: center;
}

.modebi-steps_ttl-img>img {
    max-width: 400px;
    width: 90%;
}

.modebi-steps_step {
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

.modebi-steps_step-el:nth-child(n+2) {
    padding-top: 7rem;
    background-image: url(/campaign/img/modebi_ad1/modebi_step_arrow-down.svg);
    background-repeat: no-repeat;
    background-position: top 40px center;
    background-size: 100px;
}

.modebi-steps_step-img {
    margin: auto;
    padding: 1rem 1rem 0;
    background-color: #fff;
}

.modebi-steps_step-img-wrap {
    position: relative;
    display: block;
}

.modebi-steps_step-img-wrap>img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: auto;
}

.modebi-steps_step-img-wrap>video {
    display: block;
    /* max-width: 100%; */
    width: 100%;
    margin: auto;
}

.modebi-steps_step-txt {
    position: relative;
    padding: 1rem;
    background-color: #fff;
}

.modebi-steps_step-sub {
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 2rem;
}

.modebi-steps_step-sub>br {
    display: none;
}

.modebi-steps_step-mark {
    position: absolute;
    bottom: -20px;
    left: -50px;
    font-size: 0;
    height: 60px;
    width: 150px;
    transform: rotate(-15deg);
    background-size: cover;
    z-index: 10;
}

.modebi-steps_step-mark.mark--01 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step1.png);
}

.modebi-steps_step-mark.mark--02 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step2.png);
}

.modebi-steps_step-mark.mark--03 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step3.png);
}

.modebi-steps_step-mark.mark--04 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step4.png);
}

.modebi-steps_step-mark.mark--05 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step5.png);
}

.modebi-steps_step-desc {
    margin-top: 1rem;
    font-size: 1.4rem;
}

.modebi-steps_step-desc>span {
    color: #f04c7c;
    font-weight: bold;
}

.cv-bnr_present {
    display: block;
    padding: 1% 0 2%;
}

.floating_present-bnr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 78%;
    display: block;
    width: min(400px, 60vw);
    margin: auto;
    z-index: 20;
}

/* FV */

.fv_winter-wrap {}

.fv_winter-base_img {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.fv_winter_insta-head {
    margin-bottom: -4%;
    z-index: 10;
}

.fv_price-panel_wrap {
    position: relative;
}

.fv_price-panel_base {
    display: block;
    position: relative;
}

.fv_price-panel_bnr {
    display: block;
    position: absolute;
    top: -1.5%;
    left: 0;
    right: 0;
    width: min(730px, 97.33vw);
    margin: auto;
}

.fv_price-panel_label {
    display: block;
    position: absolute;
    top: 1.5%;
    left: 9%;
    width: min(79px, 10.53vw);
}

.fv-wrap_new {
    position: relative;
}

.fv-wrap_new > img{
    display: block;
}

.fv_new-year_budge {
    position: absolute;
    width: min(239px, 31.8vw);
    transform: rotate(5deg);
}

.fv_new-year_budge.fv_new-year_budge--default {
    top: 42%;
    right: 4%;
}

.fv_new-year_budge.fv_new-year_budge--insta {
    top: 55%;
    right: 5%;
    width: 26%;
    transform: rotate(10deg);
}

.fv_new-year_budge.fv_new-year_budge--tw {
    top: 41.5%;
    right: 1%;
}

.fv_new-year_budge.fv_new-year_budge--yt {
    top: 41.5%;
    right: 1%;
}

.fv_new-year_budge.fv_new-year_budge--u29 {
    top: 49%;
    right: 1%;
}

.cv01_btn > .btn {
    position: relative;
    display: block;
    overflow: hidden;
}

.cv01_btn > .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    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: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.cv01_btn.cv01_btn-new {
    margin-top: -15px;
}

.modebi_ba-img-wrap img {
    display: block;
    margin: 20px auto;
    max-width: 600px;
}

/* After Monitor */
.after-monitor_wrap {
    padding: 1.5rem 20px;
}

.after-monitor_inr {
    padding: 1.2em;
    border: 8px solid #e0f7ff;
    border-radius: 10px;
}

.after-monitor_ttl {
    text-align: center;
    font-size: 24px;
    color: #f04c7c;
    font-family: serif;
    font-weight: bold;
}

.after-monitor_ttl-img {
    width: min(590px, 100%);
    margin: 1em auto 0;
}

.after-monitor_desc {
    width: min(590px, 100%);
    margin: 1em auto 0;
    text-align: center;
}

@keyframes shine-btn {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

@media screen and (max-width: 749px) {
    .footer_inner {
        position: absolute;
        width: 36.935%;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .footer_inner div {
        margin-bottom: 3%;
    }

    /* クチコミ */
    .content_kuchikomi {
        padding: 7% 20px 8%;
    }

    .content_kuchikomi-title {
        font-size: 1.5rem;
    }

    .content_kuchikomi-list_el {
        display: block;
        padding: 1.4rem 0;
    }

    .kuchikomi_contributor {
        display: flex;
        width: auto;
        text-align: left;
    }

    .kuchikomi_contributor-img {
        width: 42px;
        height: 42px;
    }

    .kuchikomi_contributor-name {
        margin-top: .7rem;
        margin-left: 1rem;
    }

    .kuchikomi_review {
        width: 100%;
        margin-top: 1.2rem;
        padding-top: 0;
        padding-left: 0;
    }

    .kuchikomi_review-txt {
        margin-top: .5rem;
    }

    .kuchikomi_review-txt_inner {
        line-height: 1.6;
    }

    /* Steps */
    .modebi-steps_inr {
        padding: 2rem 20px;
    }

    .modebi-steps_ttl-txt {
        font-size: min(8vw, 2.4rem);
    }

    .modebi-steps_ttl-sub>span {
        font-size: min(20vw, 6rem);
    }

    .modebi-steps_ttl-sub {
        font-size: min(14vw, 4rem);
        line-height: 1.2;
    }

    .modebi-steps_step {
        margin-top: 20px;
    }

    .modebi-steps_step-mark {
        width: 100px;
        height: 40px;
        left: min(50px, -5%);
    }

    .modebi-steps_step-sub {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .modebi-steps_step-desc {
        font-size: 1.1rem;
    }

    .modebi-steps_step-note {
        font-size: .8rem;
    }

    .modebi-steps_step-el:nth-child(n+2) {
        padding-top: 3rem;
        background-size: 60px;
        background-position: top 13px center;
    }

    /* After Monitor */
    .after-monitor_ttl br {
        display: none;
    }

    .after-monitor_desc {
        text-align: left;
    }
}

@media screen and (max-width: 425px) {
    .modebi-steps_step-sub>br {
        display: block;
    }
}
