* {
    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/heat2/heat_price-area_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/heat2/heat_price-area_bg.png);
    background-size: 100%;
    padding: 1% 7%;
    font-size: min(2.4vw, 115%);
    color: #666;
}

.cv01_note.tail2 {
/*padding: 1% 7% 3.5%;修正20230920*/
padding: 1% 7% 1%;
}

.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;
}

/* FV */
.heat-fv_wrap {
    max-width: 750px;
    margin: auto;
    overflow: hidden;
}

.heat-fv_inr {
    position: relative;
}

.fv_insta-head {
    position: relative;
    display: block;
    margin-bottom: -3%;
    z-index: 10;
}

.fv_insta-head--no_mg {
    margin: 0;
}

.container img {
    height: auto;
}

.heat-fv_main {
    display: block;
    width: 100%;
    height: auto;
}

.heat-fv_budge.heat-fv_budge--gossori {
    right: 0;
    left: 0;
    top: 15%;
    width: 100%;
}

.heat-fv_budge {
    position: absolute;
    display: block;
}

.heat-fv_budge.heat-fv_budge--movie {
    left: -4%;
    bottom: 1%;
    width: min(300px, 40vw);
    background-color: #fff;
    padding: 6px;
    box-shadow: 0px 0px 7px 1px #d34413;
    transform: rotate(-7deg);
}

.heat-fv_budge {
    position: absolute;
    display: block;
}

.heat-fv_budge.heat-fv_budge--50min {
    left: 32%;
    bottom: 0;
    width: min(146px, 19.4vw);
    animation-name: budge-swing;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.heat-fv_budge {
    position: absolute;
    display: block;
}

.heat-fv_budge.heat-fv_budge--satisfy {
    left: -2%;
    bottom: 14%;
    width: min(377px, 50.2vw);
    transform: scale(1);
    animation-name: budge-zoom;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.heat-fv_budge--gossori-inr::after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: -20%;
    width: 40px;
    height: 35%;
    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(340deg);
    animation-name: shine-btn;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* QnA */
.heat-qa_wrap {
    background-color: #dbd238;
    background-image: linear-gradient(135deg, #dbd238 0%, #e94b30 75%, #ec6834 100%);
}

.heat-qa_wrap {
    background-color: #dbd238;
    background-image: linear-gradient(135deg, #dbd238 0%, #e94b30 75%, #ec6834 100%);
    box-shadow: 0px 1px 4px 1px #00000080;
    z-index: 5;
    position: relative;
}

.heat-qa_inr {

}

.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: 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;
}

.heat_because {
    text-align: center;
    margin: 1rem auto 2rem;
}

.heat_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;
}

.heat_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;
}

/* クチコミ(slide)*/

.kuchikomi_wrap {
    margin-bottom: 22%;
}

.kuchikomi_bg-adjust {
    padding-bottom: 14%;
}

.kuchikomi_inr {
    margin-top: -116%;
}

.kuchikomi_slide-list {
    padding: 0;
}

.slider-el {
    display: block;
}

.slider-el_inr {
    display: block;
    padding: 0 6%;
}

.slider-el_inr>img {
    /* box-shadow: 2px 2px 6px 3px #00000059 */
}

.slick-track {
    padding: 4% 0;
}

.slider-el_inr.slider-el_inr--kuchikomi {
    padding: 0 0;
}

/* クチコミ(old)*/
.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/heat2/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/heat2/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 */
.heat-steps_step img {
    display: block;
    width: min(400px, 80%);
    margin: 10px auto 0;
}

.heat-steps_step img.big {
    max-width: 100%;
    margin: 0px auto;
    display: block;
}

p.heat-steps_step-desc span.center {
text-align: center;
display: block;
}

.heat-steps_inr {
    background-color: #ffefe7;
    padding: 3rem 4rem;
}

.heat-steps_ttl {
    text-align: center;
    font-family: serif;
    font-weight: bold;
}

.heat-steps_ttl-txt {
    display: inline-block;
    font-size: 2.9rem;
}

.heat-steps_ttl-sub {
    color: #f04c7c;
    font-size: 4rem;
}

.heat-steps_ttl-sub>span {
    font-size: 6rem;
    font-weight: bold;
}

.heat-steps_ttl-img {
    display: block;
    width: min(643px, 92%);
    margin: 0 auto 1em;
}

.heat-steps_ttl-img>img {}

.heat-steps_step {
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

.heat-steps_step-el:nth-child(n+2) {
    padding-top: 7rem;
    background-image: url(/campaign/img/heat2/heat_step_arrow-down.svg);
    background-repeat: no-repeat;
    background-position: top 40px center;
    background-size: 100px;
}

.heat-steps_step-img {
    margin: auto;
    padding: 1rem 1rem 0;
    background-color: #fff;
}

.heat-steps_step-img-wrap {
    position: relative;
    display: block;
}

.heat-steps_step-img-wrap>img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: auto;
}

.heat-steps_step-img-wrap>video {
    display: block;
    width: 100%;
    margin: auto;
}

.heat-steps_step-txt {
    position: relative;
    padding: 1rem;
    background-color: #fff;
}

.heat-steps_step-sub {
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 2rem;
}

.heat-steps_step-sub>br {
    display: none;
}

.heat-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;
}

.heat-steps_step-mark.mark--01 {
    background-image: url(/campaign/img/heat2/heat_step_label-step1.png);
}

.heat-steps_step-mark.mark--02 {
    background-image: url(/campaign/img/heat2/heat_step_label-step2.png);
}

.heat-steps_step-mark.mark--03 {
    background-image: url(/campaign/img/heat2/heat_step_label-step3.png);
}

.heat-steps_step-mark.mark--04 {
    background-image: url(/campaign/img/heat2/heat_step_label-step4.png);
}

.heat-steps_step-mark.mark--05 {
    background-image: url(/campaign/img/heat2/heat_step_label-step5.png);
}

.heat-steps_step-desc {
    margin-top: 1rem;
    font-size: 1.4rem;
}

.heat-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-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;
}

.heat_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 #ffefe7;
    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;
}

/* Shop info */
.shop_wrap {
    margin-bottom: 6%;
}

.shop_area {
    width: min(690px, 92vw);
    margin: 0 auto 1em;
}

/* .shop_area-switch img {
    display: none;
}

.shop_area-switch:not(.is_close) img:nth-of-type(1),
.shop_area-switch.is_close img:nth-of-type(2) {
    display: block;
}

.shop_area-shops {
    padding: 0;
}

.shop_area-shop-el {
    display: block;
    margin: 5% 0;
} */

.lp-salon_list {
    width: min(691px, 92.1vw);
    margin: auto !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.lp-salon_list_district {
    display: block;
    margin-top: 4%;
    padding-bottom: 0 !important;
    list-style: none;
}

.lp-salon_list_district_name {
    display: block;
    padding: 4px 0 6px;
    background-color: rgb(102, 102, 102);
    text-align: center;
    font-size: min(4.5vw, 30px);
    font-weight: normal;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1;
}

.lp-salon_list-salons {
    padding: 0 !important;
}

.lp-salon_list-salons_el {
    margin-top: 4%;
    padding: 0 !important;
    list-style: none;
}

.lp-salon_list-salons_el>a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.lp-salon_list-salons_info {
    width: 80%;
}

.lp-salon_list-salons_name {
    display: block;
    font-size: min(4.8vw, 34px);
    font-weight: bold;
    color: black;
}

.lp-salon_list-salons_address {
    display: block;
    padding-top: 2%;
    font-size: min(3.6vw, 26px);
    line-height: 1.3;
    color: #444;
}

.lp-salon_list-salons_img {
    width: min(126px, 16.8vw);
}

.lp-salon_list-salons_img>img {
    display: block;
}

/* Color Adjustment */
.lp-salon_list--violet .lp-salon_list_district_name {
    background: #81017E;
    background: linear-gradient(0deg, #C05E88 0%, #81017E 100%);
}

.lp-salon_list--violet .lp-salon_list-salons_name {
    color: #591E7A;
}

.lp-salon_list--orange .lp-salon_list_district_name {
    background: #FF452F;
    background: linear-gradient(0deg, #F9DF7F 0%, #FF452F 100%);
}

.lp-salon_list--orange .lp-salon_list-salons_name {
    color: #e22611;
}

.lp-salon_list--pink .lp-salon_list_district_name {
    background: #DD597E;
    background: linear-gradient(0deg, #F486A7 0%, #DD597E 100%);
}

.lp-salon_list--pink .lp-salon_list-salons_name {
    color: #c5204f;
}

.lp-salon_list--blue .lp-salon_list_district_name {
    background: #0C0060;
    background: linear-gradient(0deg, #CEE3FF 0%, #0C0060 100%);
}

.lp-salon_list--blue .lp-salon_list-salons_name {
    color: #0C0060;
}

.lp-salon_list--mdb .lp-salon_list_district_name {
    background: #A5B6E8;
    background: linear-gradient(-60deg, #A5B6E8 0%, #99DBEE 47%, #E8A5AC 100%);
}

.lp-salon_list--mdb .lp-salon_list-salons_name {
    color: #AEA2E8;
}
/* .lp-salon_list--violet .lp-salon_list-salons_address {
color: .todo--color_hex;
} */

@keyframes shine-btn {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

@keyframes budge-zoom {
    0% { 
        transform: scale(1);
    }
    25% { 
        transform: scale(0.9);
    }
    50% { 
        transform: scale(1.1);
    }
    75% { 
        transform: scale(0.9);
    }
    100% { 
        transform: scale(1);
    }
}

@keyframes budge-swing {
    0% { 
        transform: rotate(0);
    }
    25% { 
        transform: rotate(30deg);
    }
    50% { 
        transform: rotate(-10deg);
    }
    75% { 
        transform: rotate(15deg);
    }
    100% { 
        transform: rotate(0);
    }
}

@media screen and (min-width: 768px) {
    .lp-salon_list-salons_el>a:hover {
        cursor: pointer;
    }
}

@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 */
    .heat-steps_inr {
        padding: 2rem 20px;
    }

    .heat-steps_ttl-txt {
        font-size: min(8vw, 2.4rem);
        line-height: 1.4;
    }

    .heat-steps_ttl-sub>span {
        font-size: min(20vw, 6rem);
    }

    .heat-steps_ttl-sub {
        font-size: min(14vw, 4rem);
        line-height: 1.2;
    }

    .heat-steps_step {
        margin-top: 20px;
    }

    .heat-steps_step-mark {
        width: 100px;
        height: 40px;
        left: min(50px, -5%);
    }

    .heat-steps_step-sub {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .heat-steps_step-desc {
        font-size: 1.1rem;
    }

    .heat-steps_step-note {
        font-size: .8rem;
    }

    .heat-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) {
    .heat-steps_step-sub>br {
        display: block;
    }
}
