@charset "utf-8";

/* newFV */
.sr-n_fv-box {
    position: relative;
    overflow: hidden;
}

.sr-n_fv-main {
    position: relative;
}

.sr-n_fv-el {
    display: block;
    position: absolute;
}

.sr-n_fv-el > img {
    display: block;
    width: 100%;
    height: auto;
}

.sr-n_fv-el.sr-n_fv-snow_a {
    opacity: 0;
    top: 24%;
    left: 38%;
    width: min(121px, 16.1vw);
    animation-name: shine_a;
    animation-duration: 8s;
}

.sr-n_fv-el.sr-n_fv-snow_b {
    opacity: 0;
    top: 8%;
    right: 0%;
    width: min(119px, 15.8vw);
    animation-name: shine_b;
    animation-duration: 8s;
}

.sr-n_fv-el.sr-n_fv-snow_c {
    opacity: 0;
    top: 3%;
    left: 38%;
    width: min(216px, 28.8vw);
    animation-name: shine_c;
    animation-duration: 8s;
}

.sr-n_fv-el.sr-n_fv-title {
    top: 7%;
    left: 4%;
    width: min(658px, 87.7vw);
}

.sr-n_fv-title::after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: -40%;
    width: 30px;
    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(-140%);
    z-index: 10;
    transform: scale(2) rotate(-30deg);
    animation-name: shine-title;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.sr-n_fv-el.sr-n_fv-movie {
    top: 41%;
    left: 34%;
    width: min(260px, 37.3vw);
    padding: 1.2%;
    background-color: #fff;
    box-shadow: 0px 0px 11px 1px #777777;
    transform: rotate(-8deg);
}

.sr-n_fv-el.sr-n_fv-arrow {
    top: 28%;
    left: 31%;
    width: min(319px, 42.5vw);
    animation-name: arrow-move;
    animation-duration: 4s;
}

.sr-n_fv-el.sr-n_fv-evidence {
    bottom: 21%;
    right: -1%;
    width: min(542px, 72.2vw);
    animation-name: updown;
    animation-duration: 6s;
}

.sr-n_fv-el.sr-n_fv-price {
    bottom: 0%;
    left: -1%;
    width: min(750px, 100vw);
    animation-name: color-change;
    animation-duration: 5s;
}

.anime-base {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.sr-cmn_img-wrap {
    display: inline-block;
}

.sr-wrap {
    margin: 0 auto 100px;
}

.sr-inr {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.sr-inr img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.sr-cv {
    padding-top: max(24%, 80px);
    padding-bottom: 4%;
    background-color: #cbecff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(208,238,255,1) 15%, rgba(198,234,255,1) 85%, rgba(255,255,255,1) 100%);
}

.sr-cv.sr-cv--btm {
    padding-top: max(28%, 90px);
}

.sr-cv_inr {
    position: relative;
    margin: 0 5%;
    padding-bottom: 4%;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 0px 4px 2px #00000021;
}

.sr-cv_img {
    position: relative;
}

.sr-cv_img.sr-cv_img--ribbon {
    position: absolute;
    /* top: -10%; */
    top: -24%;
    left: 53%;
    width: min(560px, 84%);
    margin: auto;
    transform: translateX(-50%);
}

.sr-cv_img--ribbon.sr-cv_img--ribbon-btm {
    top: -12%;
} 

.sr-cv_img.sr-cv_img--price {
    width: min(629px, 94%);
    margin-top: 13%;
}

.sr-cv_img.sr-cv_img--ideal {
    width: min(605px, 80vw);
    margin-top: 1%;
}

.sr-cv_btn-box {
    margin-top: 2%;
}

.sr-cv_btn-box img {
    display: block;
    width: 100%;
    margin: auto;
}

.sr-cv_note {
    font-size: min(2vw, 12px);
    color: #666;
}

.sr-cv_note.sr-cv_note--btm {
    font-size: min(2vw, 14px);
}

.sr-cv_note.tail2 {
    padding: 1% 7% 3.5%;
}

.sr-cv_note-list {
    margin: 3% 5% 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.sr-cv_note-list li {
    margin-top: 0.2em;
    padding-left: 1em;  
    text-indent: -1em;
}

.sr-cv_note-list li::before {
    content: "※";
}

.sr-cv_caution {
    margin: 5%;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 2px #00000021;
}

.sr-cv_note-list.sr-cv_note-list--caution {
    margin: 0;
    padding: 0;
}

.sr-cell {
    padding: 8% 1.4em;
    background-color: #cbecff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(208,238,255,1) 15%, rgba(198,234,255,1) 85%, rgba(255,255,255,1) 100%);
}

.sr-cell.sr-cell--reikyaku {
    padding-top: 2%;
}

.sr-cell.sr-cell--so {
    padding-top: 0;
}

.sr-cell_inr {
    padding: 2%;
    background-color: #fff;
    text-align: center;
}

.sr-cell_title {
    margin: 0;
}

.sr-cell_title-inr {
    display: inline-block;
    padding: 0 1em;
    color: #ff60a6;
    background: url(/campaign/img/hifu/marker01.png) center no-repeat;
    background-size: 80% 100%;
    font-family: serif;
    font-size: min(6.5vw, 50px);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .1em;
}

.sr-cell_title-inr > span {
    margin-left: .2em;
    font-size: min(4vw, 30px);
    color: #000;
    letter-spacing: 0;
}

.sr-cell_sub {
    width: 98%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 1em auto 0;
    padding: .5em 1.4em;
    background-image: url(/campaign/img/hifu/hifu-skin_frame.png), url(/campaign/img/hifu/hifu-skin_frame-reverse.png);
    background-position: left center, right center;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten, lighten;
    text-align: justify;
    text-align-last: left;
}

.sr-cell_sub > p {
    margin: .4em 0;
}

.sr-ng {
    margin-top: -0.5em;
}

.sr-so {
    margin-top: -0.5em;
}

.sr-cell_img {
    padding-bottom: 10%;
    text-align: center;
}

.sr-cell_img.sr-cell_img--so {
    padding-bottom: 0;
}

.sr-footer {
    /* margin-bottom: 55%; */
    margin-bottom: 30%;
}

.sr-footer_inner {
    display: block;
    position: absolute;
    width: 36.935%;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
}

.sr-footer_inner div {
    margin-bottom: 8%;
}

.sr-footer_inner div:last-child {
    margin-bottom: 0;
}

.sr-cta_btn {
    position: relative;
    display: block;
    /* text-align: center; */
}

.sr-cta_btn-inr {
    position: relative;
    display: block;
    width: 92%;
    max-width: 620px;
    margin: auto;
    overflow: hidden;
}

.sr-cta_btn-inr::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: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.sr-cta_btn,
.sr-float_btn-inr {
    transition: filter 0.3s;
}

.sr-worry {
    text-align: center;
    background-color: #cbecff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(208,238,255,1) 15%, rgba(198,234,255,1) 85%, rgba(255,255,255,1) 100%);
}

.sr-b_a-wrap {
    background-color: #cbecff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(208,238,255,1) 15%, rgba(198,234,255,1) 85%, rgba(255,255,255,1) 100%);
}

.sr-b_a-inr {
    margin: 0 1.4em;
    padding: 5% 0;
}

.sr-b_a-el {
    text-align: center;
}

.sr-b_a-el:nth-child(n+2) {
    margin-top: 4%;
}

.sr-b_a-el > img {
    width: min(600px, 100%);
}

.sr-point {
    padding-top: 5%;
    background-color: #fcf0ec;
}

/* フロートボタン */
.sr-float_btn {
    z-index: 50;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    padding: 12px 0;
    background: linear-gradient(to top, #ffffff80 0%, #ffffff90 80%, transparent);
    text-align: center;
}

.sr-float_btn-inr {
    display: inline-block;
}

/* クチコミ */
.content_kuchikomi {
    width: 100%;
    margin: 8% auto;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 1%;
}

.content_kuchikomi-inner {
    width: min(100%, 760px);
    margin: auto;
    padding: 1.4rem;
    padding-bottom: 0;
    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-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-family: sans-serif;
    font-weight: bold;
    color: #888;
    text-align: center;
}

.content_kuchikomi-list {
    padding-left: 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(../img/shibo_reikyaku/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(../img/shibo_reikyaku/icon_smile-orange_124x124.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    text-indent: -300%;
    overflow: hidden;
}

.kuchikomi_contributor-img.kuchikomi_contributor-img--1 {
    background-image: url(../img/common/icon_contributor-1.webp);
}
.kuchikomi_contributor-img.kuchikomi_contributor-img--2 {
    background-image: url(../img/common/icon_contributor-2.webp);
}
.kuchikomi_contributor-img.kuchikomi_contributor-img--3 {
    background-image: url(../img/common/icon_contributor-3.webp);
}
.kuchikomi_contributor-img.kuchikomi_contributor-img--4 {
    background-image: url(../img/common/icon_contributor-4.webp);
}
.kuchikomi_contributor-img.kuchikomi_contributor-img--5 {
    background-image: url(../img/common/icon_contributor-5.webp);
}

.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: 3px;
    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;
}

.sr_contributor {
    width: 62px;
    text-align: center;
}

.sr_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;
}

.sr_contributor-img--01 {
    background-image: url(/campaign/img/hifu/kuchikomi-01_124x124.jpg);
}

.sr_contributor-img--02 {
    background-image: url(/campaign/img/hifu/kuchikomi-02_124x124.jpg);
}

.sr_contributor-img--03 {
    background-image: url(/campaign/img/hifu/kuchikomi-03_124x124.jpg);
}

.sr_contributor-name {
    margin-top: 1rem;
    font-weight: bold;
    font-size: .8rem;

}

.sr_review {
    width: calc(100% - 62px);
    padding-top: 1rem;
    padding-left: 2.2rem;
    box-sizing: border-box;
}

.sr_review-stars {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

.sr_star-row {
    display: inline-block;

}

.sr_star-row>svg {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}

.sr_review-sub {
    display: inline-block;
    margin-left: .6rem;
    font-size: 1rem;
}

.sr_review-txt {
    margin-top: .5rem;
}

.sr_review-txt_inner {
    font-size: .9rem;
    line-height: 1.4;
}

.sr_emoji {
    font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

/* Flow */
.sr-flow_wrap {
    width: 100%;
    max-width: 750px;
    margin: 4% auto 0;
    padding: 20px 0 0;
    background-color: #cbecff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(208,238,255,1) 15%, rgba(198,234,255,1) 85%, rgba(255,255,255,1) 100%);
}

.sr-flow_ttl {
    text-align: center;
    font-weight: bold;
    font-size: min(3.2rem, 6vw);
    color: #631993;
    font-family: serif;
}

.sr-flow_step-wrap {
    margin: 5% auto 3%;
}

.sr-flow_steps {
    width: min(100%, 750px);
    margin: auto;
    padding: 0 1.4em;
    box-sizing: border-box;
    list-style: none;
}

.sr-flow_step {
    position: relative;
    padding: 1.4em;
    background-color: #fff;
    border: 6px solid #631993;
    border-radius: 10px;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
}

.sr-flow_step:nth-child(n+2) {
    margin-top: 60px;
}

.sr-flow_step::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #631993 transparent transparent transparent;
    border-width: 30px 50px 0 50px;
}

/* .sr-flow_step:last-child::after {
    display: none;
    border-width: 0;
} */

.sr-flow_step-ttl {
    margin: 0 auto .4em;
    text-align: center;
    font-size: min(2.4rem, 6.5vw);
    font-weight: bold;
    font-family: serif;
    color: #631993;
    line-height: 1.4;
}

.sr-flow_step-ttl > span {
    font-size: min(2rem, 5vw);
}

.sr-flow_img-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.sr-flow_img-box--btm {
    margin-top: 1rem;
}

.sr-flow_img {
    display: block;
}

.sr-flow_img--left {
    width: 40%;
    box-sizing: border-box;
}

.sr-flow_img--right {
    width: 58%;
    box-sizing: border-box;
}

.sr-flow_img > img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.sr-flow_video {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 2px 2px 3px 0px rgb(37 37 37 / 50%);
    overflow: hidden;
}

.sr-flow_video.sr-flow_video-monitor {
    width: 82%;
    max-width: 82%;
}

.sr-flow_img--center {
    width: 100%;
}

.sr-flow_mov-wrap {
    margin: 30px auto;
}

.sr-flow_mov {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
}

.sr-flow_desc {
    display: block;
    margin-top: .8rem;
    padding: 0 .2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #631993;
    text-align: justify;
    font-weight: normal;
}

.sr-flow_desc > br {
    display: none;
}

.sr-flow_desc--non-br > br {
    display: block;
}

.sr-flow_step-subttl {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #631993;
    text-align: center;
    font-weight: bold;
}

.sr-flow_step-subttl::before {
    content: "▶ ";
}

.sr-flow_step-subttl > br {
    display: none;
}

.sr-flow_note {
    display: block;
    margin-top: 1rem;
    padding: 0;
}

.sr-flow_note > li {
    display: block;
    font-size: .8rem;
    padding-left: .8rem;
    text-indent: -.8rem;
}

.sr-flow_theory-wrap {
    padding: .8rem;
    border: 1px solid #631993;
    border-radius: 6px;
}

.sr-flow_theory-ttl {
    display: block;
    margin: 0;
    text-align: center;
}

.sr-flow_theory-ttl > span {
    display: inline-block;
    height: 1.8rem;
    padding: .3rem 2rem .2rem;
    background-color: #631993;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #fff;
    border-radius: 4px;
}

.sr-flow_theory-inr {
    margin-top: .8rem;
}

.sr-flow_theory-subttl {
    margin: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.sr-flow_theory-desc--safety {
    margin-top: 1rem;
}

.sr-flow_theory-desc--safety > span {
    font-weight: bold;
    color: #631993;
    font-size: 1.2rem;
}

/* Steps */
.sr-steps_inr {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, #fcf0ec, #f9d8c7);
}

.sr-steps_ttl {
    font-family: serif;
    font-weight: bold;
    text-align: center;
}

.sr-steps_ttl-img {
    margin-bottom: 50px;
    text-align: center;
}

.sr-steps_ttl-img>img{
    max-width: 600px;
    width: 80%;
}

.sr-steps_ttl-txt {
    display: inline-block;
    margin: 0;
    font-size: 2.8rem;
    background: linear-gradient(transparent 0%, transparent 60%, #ff6 80%, #ff6 100%);
}

.sr-steps_ttl-sub {
    margin: .4em auto;
    color: #f04c7c;
    font-size: 4rem;
}

.sr-steps_ttl-sub>span {
    font-size: 6rem;
    font-weight: bold;
}

.sr-steps_step {
    margin: 10px auto 0;
    padding: 0;
    list-style-type: none;
}

.sr-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;
}

.sr-steps_step-img {
    margin: auto;
    padding: 1rem 1rem 0;
    background-color: #fff;
}

.sr-steps_step-img-wrap {
    position: relative;
    display: block;
}

.sr-steps_step-img-el {
    display: block;
    max-width: 100%;
    width: auto;
    margin: auto;
}

.sr-steps_step-img-wrap>video {
    display: block;
    width: 100%;
    margin: auto;
}

.sr-steps_step-txt {
    position: relative;
    padding: 1rem;
    background-color: #fff;
}

.sr-steps_step-sub {
    margin: .3em auto;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    font-size: 2rem;
}

.sr-steps_step-sub>br {
    display: none;
}

.sr-steps_step-mark {
    z-index: 10;
    position: absolute;
    bottom: -20px;
    left: -50px;
    width: 150px;
    height: 60px;
    transform: rotate(-15deg);
    background-size: cover;
    font-size: 0;
}

.sr-steps_step-mark.mark--01 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step1.png);
}

.sr-steps_step-mark.mark--02 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step2.png);
}

.sr-steps_step-mark.mark--03 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step3.png);
}

.sr-steps_step-mark.mark--04 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step4.png);
}

.sr-steps_step-mark.mark--05 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step5.png);
}

.sr-steps_step-mark.mark--06 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step6.png);

}

.sr-steps_step-mark.mark--07 {
    background-image: url(/campaign/img/modebi_ad1/modebi_step_label-step7.png);
}

.sr-steps_step-desc {
    margin-top: 1rem;
    font-size: 1.4rem;
}

.sr-steps_step-desc>span {
    color: #f04c7c;
    font-weight: bold;
}

/* ラ・パルレが選ばれる理由（pride）
--------------------------------------------*/
.sr-pride_inner {
    background-color: #cbecff;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(208,238,255,1) 15%, rgba(198,234,255,1) 85%, rgba(255,255,255,1) 100%);
    padding-bottom: 150px;
}

.sr-pride_ttl {
    position: relative;
    /* margin-top: -14%; */
}

.sr-pride h2 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    color: #631993;
    font-weight: bold;
}

.sr-pride ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0 50px;
    /* background: url("../img/bi_reikyaku/pride_bg.png") no-repeat; */
    background-size: contain;
    background-position: center;
    list-style: none;
}

.sr-pride li {
    width: calc((100% - 50px) / 2);
    background: #631993;
    padding: 5px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 50px;
}

.sr-pride li:nth-of-type(-n+2) {
    margin-top: 0;
}

.sr-pride li h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

/* サロンを調べる（salon）
--------------------------------------------*/
.sr-salon_ttl {
    position: relative;
}

.sr-salon .welcome_text {
    font-size: 23px;
    padding: 30px;
    font-weight: 700;
}

.sr-salon h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 69.5%;
    margin: 52.2% auto 0;
    font-size: 56px;
    line-height: 1.32em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #631993;
    padding: 30px;
    box-sizing: border-box;
}

.sr-salon_inner {
    background: #ffffff;
}

.sr-salon .sr-salon_list {
    padding: 0 3.5% 8% 3.5%;
}

.sr-salon_accordion {
    position: relative;
    background: #631993;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    transition: opacity 0.5s ease-out;
    cursor: pointer;
    font-weight: 500;
}

.sr-salon_accordion:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
}

.sr-salon_accordion:before {
    content: "▼";
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sr-salon_accordion.open:before {
    content: "▲";
}

.sr-salon_accordion+dd {
    display: none;
    margin: 0;
}

.sr-salon dl dl dt {
    background: #eff8fd;
    color: #631993;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.sr-salon dl dl dt::before {
    content: "▼";
    font-size: 18px;
    margin-right: 10px;
}

.sr-salon dl dl dd a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    color: #631993;
    font-size: 22px;
    border-bottom: 1px solid #eff8fd;
    position: relative;
    font-weight: 300;
    background: #fff;
    text-decoration: none;
}

.sr-salon dl dl dd a span {
    background: #e21285;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    margin-left: 1rem;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.2;
}

.sr-salon dl dl dd a:after {
    content: '';
    border-right: 1px solid #631993;
    border-bottom: 1px solid #631993;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
}

.sr-cv.sr-cv--btm {
    padding-top: 0;
    background-color: #fff;
}

.sr-cv_inr-n {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
}

.sr-cv_btm-t {
    position: relative;
}

.sr-cv_btm-tbg {
    display: block;
    position: relative;
}

.sr-cv_btm-tbg>img {
    display: block;
    width: 100%;
    height: auto;
}

.sr-cv_btm-txt {
    position: absolute;
    left: 0;
    display: block;
}

.sr-cv_btm-txt.sr-cv_btm-txt--1 {
    top: 0;
}

.sr-cv_btm-txt.sr-cv_btm-txt--2 {
    bottom: 4%;
}

.sr-cv_btm-b {
    position: relative;
    z-index: 10;
    margin-top: -6%;
    padding: 5% 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 92%, rgba(255,255,255,0) 100%);
}

.sr-cv_btm-price > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sr-cv_btm-price-num {
    margin-top: -6%;
}

.sr-cv_btn-box.sr-cv_btn-box--btm {
    margin-top: 4%;
}

.cv-bnr_present {
    display: block;
    padding: 2% 2em 0;
    max-width: 620px;
    margin: auto;
}

.floating_present-bnr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88%;
    display: block;
    width: min(400px, 60vw);
    margin: auto;
    z-index: 20;
}

.cv-bnr_present.cv-bnr_present-float {
    padding: 0;
}

/* After Monitor */
.after-monitor_wrap {
    padding: 1.5rem 20px;
}

.after-monitor_inr {
    padding: 1.2em;
    border: 6px solid #631993;
    border-radius: 10px;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
}

.after-monitor_ttl {
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #f04c7c;
    font-family: serif;
    font-weight: bold;
    line-height: 1.4;
}

.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;
}

@media screen and (min-width: 750px) {
    .sr-cta_btn:hover,
    .sr-float_btn-inr:hover {
        filter: brightness(130%);
    }
}

@media screen and (max-width: 749px) {
    .sr-footer_inner {
        position: absolute;
        display: block;
        width: 36.935%;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sr-footer_inner div {
        margin-bottom: 3%;
    }

    /* クチコミ */
    .content_kuchikomi {
        padding: 0 1.4em;
    }

    .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;
    }

    .sr_contributor {
        display: flex;
        width: auto;
        text-align: left;
    }

    .sr_contributor-img {
        width: 42px;
        height: 42px;
    }

    .sr_contributor-name {
        margin-top: .7rem;
        margin-left: 1rem;
    }

    .sr_contributor-name br {
        display: none;
    }

    .sr_review {
        width: 100%;
        margin-top: .5rem;
        padding-top: 0;
        padding-left: 0;
    }

    .sr_review-txt {
        margin-top: .5rem;
    }

    .sr_review-txt_inner {
        line-height: 1.6;
    }

    .sr_review-sub {
        display: block;
        margin-left: 0;
        margin-top: .3rem;
        line-height: 1.4;
    }

    /* Flow */
    .sr-flow_ttl {
        font-size: 1.8rem;
    }

    .sr-flow_step {
        padding: 1rem;
        border-width: 4px;
    }

    .sr-flow_step:nth-child(n+2) {
        padding: 1rem;
        margin-top: 40px;
    }

    .sr-flow_step::after {
        bottom: -24px;
        border-width: 20px 30px 0 30px
    }

    .sr-flow_desc {
        font-size: 1rem;
    }

    .sr-flow_desc > br {
        display: block;
    }

    .sr-flow_desc--non-br > br {
        display: none;
    }

    .sr-flow_step-subttl {
        font-size: 1.2rem;
    }

    .sr-flow_step-subttl > br {
        /* display: block; */
    }

    /* Steps */
    .sr-steps_inr {
        padding: 2rem 20px;
    }

    .sr-steps_ttl-txt {
        font-size: min(6.2vw, 2.4rem);
    }

    .sr-steps_ttl-sub>span {
        font-size: min(20vw, 6rem);
    }

    .sr-steps_ttl-sub {
        margin: .2em auto;
        font-size: min(14vw, 4rem);
        line-height: 1.2;
    }

    .sr-steps_step {
        margin-top: 20px;
    }

    .sr-steps_step-mark {
        left: min(50px, -5%);
        width: 100px;
        height: 40px;
    }

    .sr-steps_step-sub {
        margin: .3em auto;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .sr-steps_step-desc {
        font-size: 1.1rem;
    }

    .sr-steps_step-note {
        font-size: .8rem;
    }

    .sr-steps_step-el:nth-child(n+2) {
        padding-top: 3rem;
        background-size: 60px;
        background-position: top 13px center;
    }

    .sr-cell_sub {
        font-size: 90%;
    }

    .sr-pride h2 {
        font-size: 7.4vw;
    }

    .sr-pride_inner {
        padding-bottom: 60px;
    }

    .sr-pride ul {
        padding: 0 10px;
    }

    .sr-pride li {
        width: calc((100% - 10px) / 2);
        margin-top: 10px;
    }

    .sr-pride li h3 {
        font-size: 4.5vw;
        height: auto;
        line-height: 1.4;
        padding: .5rem;
        min-height: 50px;
    }

    .sr-salon h2 {
        font-size: 7.466vw;
        padding: 4%;
    }

    .sr-salon .welcome_text {
        font-size: 17px;
        padding: 20px;
        font-weight: 700;
    }

    .sr-salon_accordion {
        height: 50px;
        font-size: 18px;
    }

    .sr-salon_accordion:before {
        right: 20px;
        font-size: 12px;
        width: 12px;
        height: 12px;
    }

    .sr-salon dl dl dt {
        font-size: 16px;
        height: 45px;
        padding: 0 20px;
    }

    .sr-salon dl dl dt::before {
        font-size: 15px;
    }

    .sr-salon dl dl dd a {
        padding: 0 20px 0 20px;
        font-size: 15px;
    }

    .sr-salon dl dl dd a span {
        font-size: 12px;
    }

    .sr-salon dl dl dd a:after {
        right: 20px;
    }

    /* After Monitor */
    .after-monitor_ttl br {
        display: none;
    }

    .after-monitor_desc {
        text-align: left;
    }

    .after-monitor_inr {
        border-width: 4px;
    }
}

@media screen and (max-width: 425px) {
    .sr-steps_step-sub>br {
        display: block;
    }
}

@keyframes shine-btn {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

@keyframes shine-title {
    0% { left: -40%; }
    20% { left: 140%; }
    100% { left: 140%; }
}

@keyframes updown {
    0% { transform: translateY(0) }
    20% { transform: translateY(-15%) }
    40% { transform: translateY(0) }
    60% { transform: translateY(-15%) }
    80% { transform: translateY(5%) }
    100% { transform: translateY(0) }
}

@keyframes shine_a {
    0% { opacity: 1; }
    15% { opacity: .2; }
    30% { opacity: .8; }
    45% { opacity: .6; }
    60% { opacity: .4; }
    75% { opacity: 1; }
    90% { opacity: .1; }
    100% { opacity: 1; }
}

@keyframes shine_b {
    0% { opacity: 0; }
    15% { opacity: 1; }
    30% { opacity: .2; }
    45% { opacity: 1; }
    60% { opacity: .3; }
    75% { opacity: .6; }
    90% { opacity: .1; }
    100% { opacity: 0; }
}

@keyframes shine_c {
    0% { opacity: .5; }
    15% { opacity: .7; }
    30% { opacity: 1; }
    45% { opacity: .7; }
    60% { opacity: .2; }
    75% { opacity: .6; }
    90% { opacity: 1; }
    100% { opacity: .5; }
}

@keyframes color-change {
    0% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(30deg); }
    80% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(0deg); }
}

@keyframes arrow-move {
    0% { transform: rotate(0deg) }
    20% { transform: rotate(10deg) }
    40% { transform: rotate(-3deg) }
    60% { transform: rotate(5deg) }
    80% { transform: rotate(-10deg) }
    100% { transform: rotate(0deg) }
}