﻿#cleanBeauty {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    overflow: hidden
}

#cleanBeauty #menu_wrapper {
    width: 100%;
    min-height: 16.93vw;
    overflow: hidden
}

#cleanBeauty #sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

#cleanBeauty #sns .sns_txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1.6vw 0 0;
    padding: 0 2.67vw 0 0;
    font-weight: 700;
    font-size: 3.2vw
}

#cleanBeauty #sns .sns_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 3.2vw;
    border-right: .27vw solid #aaa;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#cleanBeauty #sns .sns_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cleanBeauty #sns .sns_icon li {
    width: 9.07vw;
    height: 9.07vw;
    margin: 0 1.07vw
}

#cleanBeauty #sns .sns_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .relative {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0
}

#cleanBeauty .absolute {
    position: absolute;
    z-index: 2
}

#cleanBeauty #pager {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.8vw auto 0
}

#cleanBeauty #pager div {
    position: relative;
    width: 6.67vw;
    color: #ae8f67;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 2.1538;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty #pager div.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4.27vw;
    border-bottom: .8vw solid #ae8f67;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty #top {
    display: block;
    position: relative;
    width: 100%;
    min-height: 133.87vw;
    margin: 0 auto 17.33vw
}

#cleanBeauty .top_btn {
    position: absolute;
    z-index: 2;
    bottom: 18.93vw;
    left: 50%;
    width: 58.93vw;
    padding-right: 2vw;
    background-color: #000;
    background-image: url("../img/btn_arrow_off.png"),url("../img/btn_arrow_on.png");
    background-position: 47.73vw center,47.73vw center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1.87vw 3.07vw,0 0;
    color: #fff;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 3.4615;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .top_btn.on {
    background-color: #b5cef2;
    background-size: 0 0,1.87vw 3.07vw;
    color: #000
}

#cleanBeauty .supervisor {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 2.67vw;
    color: #676767;
    font-size: 3.2vw;
    text-align: right
}

#cleanBeauty .q_num {
    width: 84vw;
    margin: 0 auto;
    padding: 3.33vw 0 2.67vw
}

#cleanBeauty .q_num span {
    position: relative;
    display: block;
    width: 13.33vw;
    margin: 0 auto;
    color: #ae8f67;
    font-weight: 700;
    font-size: 5.33vw;
    text-align: center;
    line-height: 1
}

#cleanBeauty .q_num span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.4vw;
    width: 2.4vw;
    height: 0;
    border-bottom: .27vw solid #ae8f67;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#cleanBeauty .q_num span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.4vw;
    width: 2.4vw;
    height: 0;
    border-bottom: .27vw solid #ae8f67;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#cleanBeauty .q_txt {
    width: 84vw;
    min-height: 10.67vw;
    margin: 0 auto;
    padding: 3.47vw 0 12.27vw;
    color: #000;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 1.538;
    word-break: break-word;
    word-wrap: break-word
}

#cleanBeauty .q_select {
    width: 66.67vw;
    margin: 0 auto
}

#cleanBeauty .q_select li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 13.33vw;
    margin: 0 auto 5.33vw;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 1.308;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .q_select li.on {
    background-color: #b5cef2;
    color: #000
}

#cleanBeauty #content_wrapper {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200%;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    transition: -webkit-transform 0.8s ease-out;
    -o-transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out
}

#cleanBeauty #beauty_wrapper01 {
    position: relative;
    width: 50%;
    min-height: 111.6vw;
    margin: 0 0 9.33vw
}

#cleanBeauty .question_block {
    position: absolute;
    z-index: 2;
    top: 4.27vw;
    left: 50%;
    width: 88.53vw;
    height: 95.6vw;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty #beauty_wrapper02 {
    position: relative;
    width: 50%;
    height: 0
}

#cleanBeauty #content_wrapper.w_done #beauty_wrapper02 {
    height: auto
}

#cleanBeauty #q1,#cleanBeauty #q2,#cleanBeauty #q3,#cleanBeauty #q4,#cleanBeauty #q5,#cleanBeauty #q6,#cleanBeauty #q7,#cleanBeauty #q8 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cleanBeauty #q8 .q_num {
    position: absolute;
    z-index: 2;
    top: 4.27vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty #q8 .q_txt {
    position: absolute;
    z-index: 2;
    top: 15.33vw;
    left: 50%;
    width: 84vw;
    padding: 3.47vw 0 0 0;
    line-height: 1.385;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .q_ready {
    display: none
}

#cleanBeauty .q_active {
    display: block;
    will-change: transform
}

#cleanBeauty .q_done {
    display: block
}

#cleanBeauty .q_retry {
    display: block
}

#cleanBeauty #beauty_wrapper01 .q_active .q_num {
    opacity: 0;
    -webkit-animation: q_fadeIn 1s ease-out 0.5s forwards normal;
    animation: q_fadeIn 1s ease-out 0.5s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_active .q_txt {
    opacity: 0;
    -webkit-animation: q_fadeIn 1s ease-out 0.5s forwards normal;
    animation: q_fadeIn 1s ease-out 0.5s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_active .q_select {
    opacity: 0;
    -webkit-transform: translate(150%, 0);
    -ms-transform: translate(150%, 0);
    transform: translate(150%, 0);
    -webkit-animation: q_slideIn 1s ease 0.5s forwards normal;
    animation: q_slideIn 1s ease 0.5s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_retry .q_num {
    opacity: 0;
    -webkit-animation: q_fadeIn 1s ease-out 0s forwards normal;
    animation: q_fadeIn 1s ease-out 0s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_retry .q_txt {
    opacity: 0;
    -webkit-animation: q_fadeIn 1s ease-out 0s forwards normal;
    animation: q_fadeIn 1s ease-out 0s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_retry .q_select {
    opacity: 0;
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
    -webkit-animation: q_slideInR 1s ease 0s forwards normal;
    animation: q_slideInR 1s ease 0s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_done .q_num {
    opacity: 1;
    -webkit-animation: q_fadeOut 0.5s ease-out 0s forwards normal;
    animation: q_fadeOut 0.5s ease-out 0s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_done .q_txt {
    opacity: 1;
    -webkit-animation: q_fadeOut 0.5s ease-out 0s forwards normal;
    animation: q_fadeOut 0.5s ease-out 0s forwards normal
}

#cleanBeauty #beauty_wrapper01 .q_done .q_select {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: q_slideOut 1s ease 0s forwards normal;
    animation: q_slideOut 1s ease 0s forwards normal
}

#cleanBeauty #beauty_wrapper02 .q_active {
    opacity: 0;
    -webkit-animation: q_fadeIn 1s ease 0.8s forwards normal;
    animation: q_fadeIn 1s ease 0.8s forwards normal
}

@-webkit-keyframes q_fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes q_fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes q_slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes q_slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes q_fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes q_fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes q_slideOut {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }
}

@keyframes q_slideOut {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }
}

@-webkit-keyframes q_slideInR {
    0% {
        opacity: 0;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes q_slideInR {
    0% {
        opacity: 0;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

#cleanBeauty .w_done {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .q8_question01 {
    position: absolute;
    z-index: 2;
    top: 26.67vw;
    left: 50%;
    width: 84vw;
    color: #000;
    font-size: 3.47vw;
    line-height: 1.385;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .q8_question02 {
    position: absolute;
    z-index: 2;
    top: 74vw;
    left: 50%;
    width: 84vw;
    color: #000;
    font-size: 3.47vw;
    line-height: 1.385;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .q8_question03 {
    position: absolute;
    z-index: 2;
    top: 115.33vw;
    left: 50%;
    width: 84vw;
    color: #000;
    font-size: 3.47vw;
    line-height: 1.385;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty #old_slider {
    position: absolute;
    z-index: 2;
    top: 54.67vw;
    left: 50%;
    width: 76vw;
    height: 0;
    padding: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden
}

#cleanBeauty #time_slider {
    position: absolute;
    z-index: 2;
    top: 97.33vw;
    left: 50%;
    width: 76vw;
    height: 0;
    padding: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden
}

#cleanBeauty .ui-rangeSlider-label-value {
    color: #fff !important;
    font-size: 4.53vw !important;
    line-height: 1.9411 !important
}

#cleanBeauty .ui-rangeSlider-label {
    bottom: 6vw !important;
    width: 11.73vw;
    padding: 0 !important;
    background: #000 !important;
    border-radius: .53vw !important;
    text-align: center !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#cleanBeauty .ui-rangeSlider-label-inner {
    margin-left: -.94vw !important;
    border-top: 2vw solid #000 !important;
    border-left: .93vw solid transparent !important;
    border-right: .93vw solid transparent !important
}

#cleanBeauty .ui-rangeSlider-container {
    top: 0 !important;
    left: 0 !important;
    height: .27vw !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    background: #a5a1a2 !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

#cleanBeauty .ui-rangeSlider-container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.87vw;
    border-left: .27vw solid #a5a1a2;
    border-right: .27vw solid #a5a1a2;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cleanBeauty .ui-rangeSlider-bar {
    top: 50% !important;
    margin: 0 !important;
    height: 1.87vw !important;
    background: #b5cef2 !important;
    border-radius: 0 !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    pointer-events: none !important
}

#cleanBeauty .ui-rangeSlider-handle {
    width: 0 !important;
    height: 0 !important;
    background: none !important
}

#cleanBeauty .ui-rangeSlider-handle-inner {
    position: relative !important
}

#cleanBeauty .ui-rangeSlider-handle-inner:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    background: #fff !important;
    width: 6.67vw !important;
    height: 6.67vw !important;
    border-radius: 3.33vw !important;
    border: .53vw solid #b5cef2 !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

#cleanBeauty .ui-rangeSlider-leftHandle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

#cleanBeauty .ui-rangeSlider-rightHandle {
    -webkit-transform: translate(50%, -50%) !important;
    -ms-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important
}

#cleanBeauty #time_slider .ui-rangeSlider-leftLabel {
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important
}

#cleanBeauty #time_slider .ui-rangeSlider-leftHandle {
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important
}

#cleanBeauty .old_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 58vw;
    left: 50%;
    width: 80vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .old_label li {
    width: 4em;
    color: #595a5c;
    font-weight: 700;
    font-size: 2.93vw;
    text-align: center
}

#cleanBeauty .old_label li:first-child {
    text-align: left
}

#cleanBeauty .old_label li:last-child {
    text-align: right
}

#cleanBeauty .time_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 100.67vw;
    left: 50%;
    width: 80vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .time_label li {
    width: 4em;
    color: #595a5c;
    font-weight: 700;
    font-size: 2.93vw;
    text-align: center
}

#cleanBeauty .time_label li:first-child {
    text-align: left
}

#cleanBeauty .time_label li:last-child {
    text-align: right
}

#cleanBeauty #week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    top: 126vw;
    left: 50%;
    width: 82.67vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty #week div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 9.33vw;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

#cleanBeauty #week span {
    display: block;
    margin: 0 auto 1.33vw;
    color: #000;
    font-weight: 700;
    font-size: 3.73vw;
    line-height: 1;
    text-align: center
}

#cleanBeauty #week input {
    position: relative;
    z-index: 3;
    width: 9.33vw;
    height: 9.33vw;
    margin: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty #week label {
    position: relative;
    z-index: 2;
    width: 9.33vw;
    height: 0
}

#cleanBeauty #week label:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    width: 9.33vw;
    height: 9.33vw;
    background-color: #fff;
    border-radius: 4.67vw;
    border: .27vw solid #e2d9c0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible
}

#cleanBeauty #week label:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 4.67vw;
    left: 50%;
    width: 4.27vw;
    height: 4.27vw;
    background-color: #000;
    border-radius: 2.13vw;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

#cleanBeauty #week input:checked+label:after {
    opacity: 1
}

#cleanBeauty .q8_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 66.67vw;
    min-height: 13.33vw;
    margin: 1.33vw auto 22.67vw;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 1.308;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .q8_btn.on {
    background-color: #b5cef2;
    color: #000
}

#cleanBeauty #loading {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh
}

#cleanBeauty .loading_box {
    position: absolute;
    z-index: 2;
    top: 48.53vw;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#cleanBeauty .loading_icon {
    display: block;
    vertical-align: bottom;
    width: 24.27vw;
    margin: 3.33vw auto 0;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#cleanBeauty .loading_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6vw 0 0
}

#cleanBeauty .loading_txtImg {
    width: 20.67vw;
    margin: 0 1.33vw 0 0
}

#cleanBeauty .loading_txt span {
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.33vw;
    background-color: #c8ab85;
    border-radius: .8vw
}

#cleanBeauty .a1 {
    -webkit-animation: a1 1s linear infinite;
    animation: a1 1s linear infinite
}

@-webkit-keyframes a1 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes a1 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.a2 {
    -webkit-animation: a2 1s linear infinite;
    animation: a2 1s linear infinite
}

@-webkit-keyframes a2 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes a2 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.a3 {
    -webkit-animation: a3 1s linear infinite;
    animation: a3 1s linear infinite
}

@-webkit-keyframes a3 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes a3 {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

#cleanBeauty .result_title {
    margin: 0 auto;
    font-weight: 700;
    font-size: 6.67vw;
    line-height: 1;
    text-align: center
}

#cleanBeauty #result01,#cleanBeauty #result02,#cleanBeauty #result03,#cleanBeauty #result04 {
    position: relative
}

#cleanBeauty .result01_title01 {
    position: absolute;
    z-index: 2;
    top: 19.47vw;
    left: 5.6vw;
    width: 37.33vw;
    padding: 0 0 0 1.6vw;
    color: #000;
    font-size: 3.2vw;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cleanBeauty .result01_title02 {
    position: absolute;
    z-index: 2;
    top: 51.33vw;
    left: 5.6vw;
    width: 37.33vw;
    padding: 0 0 0 1.6vw;
    color: #000;
    font-size: 3.2vw;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cleanBeauty .result01_title03 {
    position: absolute;
    z-index: 2;
    top: 73.2vw;
    left: 5.6vw;
    width: 40.67vw;
    padding: 0 0 0 1.6vw;
    color: #000;
    font-size: 3.2vw;
    line-height: 1.75;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cleanBeauty .result01_notes02 {
    position: absolute;
    z-index: 2;
    top: 101.87vw;
    left: 8vw;
    color: #a5a1a2;
    font-size: 2.67vw;
    line-height: 1
}

#cleanBeauty .result01_notes03 {
    position: absolute;
    z-index: 2;
    top: 130.13vw;
    left: 8vw;
    color: #a5a1a2;
    font-size: 2.67vw;
    line-height: 1
}

#cleanBeauty .result01_barBox {
    position: absolute;
    z-index: 2;
    top: 34.67vw;
    left: 50%
}

#cleanBeauty .result01_bar {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 76vw;
    height: .27vw;
    background-color: #b6a26c;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .result01_bar:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2.67vw;
    border-left: .27vw solid #b6a26c;
    border-right: .27vw solid #b6a26c;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cleanBeauty .result01_bar:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .27vw;
    height: 2.67vw;
    background-color: #b6a26c;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#cleanBeauty .result01_barLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    bottom: -6vw;
    width: 100%
}

#cleanBeauty .result01_barLabel li {
    color: #ae8f67;
    font-weight: 700;
    font-size: 2.93vw
}

#cleanBeauty .result01_barLabel li:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .result01_barLabel li:nth-of-type(2) {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

#cleanBeauty .result01_barLabel li:nth-of-type(3) {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

#cleanBeauty .result01_barValue {
    position: relative;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    height: .53vw;
    background: #000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#cleanBeauty .result01_barValue:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.87vw;
    height: 1.87vw;
    background: #000;
    border-radius: .93vw;
    -webkit-transform: translate(calc(-50% + 0.135vw), -50%);
    -ms-transform: translate(calc(-50% + 0.135vw), -50%);
    transform: translate(calc(-50% + 0.135vw), -50%)
}

#cleanBeauty .result01_barValue:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.87vw;
    height: 1.87vw;
    background: #000;
    border-radius: .93vw;
    -webkit-transform: translate(calc(50% - 0.135vw), -50%);
    -ms-transform: translate(calc(50% - 0.135vw), -50%);
    transform: translate(calc(50% - 0.135vw), -50%)
}

#cleanBeauty .result01_barValueLeft {
    position: absolute;
    bottom: 2vw;
    left: 0;
    width: 5em;
    font-size: 3.47vw;
    -webkit-transform: translate(-1em, 0);
    -ms-transform: translate(-1em, 0);
    transform: translate(-1em, 0);
    line-height: 1;
    text-align: left
}

#cleanBeauty .result01_barValueLeft .delius {
    font-size: 6.67vw;
    line-height: 1
}

#cleanBeauty .result01_barValueRight {
    position: absolute;
    bottom: 2vw;
    right: 0;
    width: 5em;
    font-size: 3.47vw;
    -webkit-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
    transform: translate(1em, 0);
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_barValueRight .delius {
    font-size: 6.67vw;
    line-height: 1
}

#cleanBeauty .result01_period {
    position: absolute;
    z-index: 2;
    top: 42.13vw;
    right: 16.8vw;
    font-size: 5.87vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_totalTime {
    position: absolute;
    z-index: 2;
    top: 61.33vw;
    right: 59.33vw;
    font-size: 8.8vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_totalyear {
    position: absolute;
    z-index: 2;
    top: 63.47vw;
    right: 34.8vw;
    font-size: 5.87vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_totalDay {
    position: absolute;
    z-index: 2;
    top: 63.47vw;
    right: 20.53vw;
    font-size: 5.87vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_foundationVolume {
    position: absolute;
    z-index: 2;
    top: 90.13vw;
    right: 37.87vw;
    font-size: 9.6vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_foundationProduct {
    position: absolute;
    z-index: 2;
    top: 92.8vw;
    right: 19.33vw;
    font-size: 5.87vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_lipVolume {
    position: absolute;
    z-index: 2;
    top: 117.33vw;
    right: 37.87vw;
    font-size: 9.6vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result01_lipProduct {
    position: absolute;
    z-index: 2;
    top: 120vw;
    right: 19.33vw;
    font-size: 5.87vw;
    line-height: 1;
    text-align: right
}

#cleanBeauty .result02_beautyType {
    position: absolute;
    z-index: 2;
    top: 35.33vw;
    left: 14vw;
    width: 32vw;
    font-weight: 700;
    font-size: 9.33vw;
    line-height: 1.4285;
    text-align: center
}

#cleanBeauty .result02_beautyImg {
    position: absolute;
    z-index: 2;
    top: 16vw;
    left: 46.67vw;
    width: 47.87vw
}

#cleanBeauty .result03_deviationValue {
    position: absolute;
    z-index: 2;
    top: 31.47vw;
    left: 28vw;
    width: 24.67vw;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1;
    text-align: center
}

#cleanBeauty .result03_deviationValue .delius {
    font-size: 12vw;
    line-height: 0
}

#cleanBeauty .result03_deviationImg {
    position: absolute;
    z-index: 2;
    top: 14.67vw;
    left: 53.33vw;
    width: 40.8vw
}

#cleanBeauty #result04 {
    overflow: hidden;
    width: 100%;
    background-color: #e2ded7;
    background-image: url("../img/result_bg04_top.png"),url("../img/result_bg04_bottom.png"),url("../img/result_bg04_middle.png");
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center center;
    background-size: 100% auto, 100% auto, 100% auto;
}

.result04_title {
    width: 100%;
    margin: 18vw auto 4.67vw;
    font-weight: 700;
    font-size: 5.33vw;
    line-height: 1;
    text-align: center
}

#cleanBeauty .result04_txt {
    width: 76vw;
    margin: 0 auto 27.33vw;
    padding: 0 .67vw 1.33vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(98%, rgba(255,255,255,0)), color-stop(98%, #e4e4e3), to(#e4e4e3));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, #e4e4e3 98%, #e4e4e3 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 98%, #e4e4e3 98%, #e4e4e3 100%);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% 6.67vw
}

#cleanBeauty .result04_txt p {
    font-size: 3.33vw;
    line-height: 2;
    word-break: break-word;
    word-wrap: break-word
}

#cleanBeauty .result04_txt_p {
    padding: 0 0 2em
}

@media screen and (min-width: 320px) {
    #cleanBeauty .result04_txt p {
        font-size:12px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 24px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 21px, #e4e4e3 21px, #E4E4E6 22px, rgba(255,255,255,0) 22px, rgba(255,255,255,0) 24px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 21px, #e4e4e3 21px, #E4E4E6 22px, rgba(255,255,255,0) 22px, rgba(255,255,255,0) 24px)
    }
}

@media screen and (min-width: 360px) {
    #cleanBeauty .result04_txt p {
        font-size:13px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 26px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 23px, #e4e4e3 23px, #E4E4E6 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 26px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 23px, #e4e4e3 23px, #E4E4E6 24px, rgba(255,255,255,0) 24px, rgba(255,255,255,0) 26px)
    }
}

@media screen and (min-width: 390px) {
    #cleanBeauty .result04_txt p {
        font-size:14px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 28px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 25px, #e4e4e3 25px, #E4E4E6 26px, rgba(255,255,255,0) 26px, rgba(255,255,255,0) 28px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 25px, #e4e4e3 25px, #E4E4E6 26px, rgba(255,255,255,0) 26px, rgba(255,255,255,0) 28px)
    }
}

@media screen and (min-width: 420px) {
    .result04_txt p {
        font-size:15px
    }

    .result04_txt {
        background-size: 100% 30px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 27px, #e4e4e3 27px, #E4E4E6 28px, rgba(255,255,255,0) 28px, rgba(255,255,255,0) 30px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 27px, #e4e4e3 27px, #E4E4E6 28px, rgba(255,255,255,0) 28px, rgba(255,255,255,0) 30px)
    }
}

@media screen and (min-width: 450px) {
    #cleanBeauty .result04_txt p {
        font-size:16px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 32px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 29px, #e4e4e3 29px, #E4E4E6 30px, rgba(255,255,255,0) 30px, rgba(255,255,255,0) 32px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 29px, #e4e4e3 29px, #E4E4E6 30px, rgba(255,255,255,0) 30px, rgba(255,255,255,0) 32px)
    }
}

@media screen and (min-width: 480px) {
    #cleanBeauty .result04_txt p {
        font-size:17px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 34px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 31px, #e4e4e3 31px, #E4E4E6 32px, rgba(255,255,255,0) 32px, rgba(255,255,255,0) 34px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 31px, #e4e4e3 31px, #E4E4E6 32px, rgba(255,255,255,0) 32px, rgba(255,255,255,0) 34px)
    }
}

@media screen and (min-width: 500px) {
    #cleanBeauty .result04_txt p {
        font-size:18px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 36px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 33px, #e4e4e3 33px, #E4E4E6 34px, rgba(255,255,255,0) 34px, rgba(255,255,255,0) 36px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 33px, #e4e4e3 33px, #E4E4E6 34px, rgba(255,255,255,0) 34px, rgba(255,255,255,0) 36px)
    }
}

@media screen and (min-width: 530px) {
    #cleanBeauty .result04_txt p {
        font-size:19px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 38px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 35px, #e4e4e3 35px, #E4E4E6 36px, rgba(255,255,255,0) 36px, rgba(255,255,255,0) 38px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 35px, #e4e4e3 35px, #E4E4E6 36px, rgba(255,255,255,0) 36px, rgba(255,255,255,0) 38px)
    }
}

@media screen and (min-width: 560px) {
    #cleanBeauty .result04_txt p {
        font-size:20px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 40px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 37px, #e4e4e3 37px, #E4E4E6 38px, rgba(255,255,255,0) 38px, rgba(255,255,255,0) 40px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 37px, #e4e4e3 37px, #E4E4E6 38px, rgba(255,255,255,0) 38px, rgba(255,255,255,0) 40px)
    }
}

@media screen and (min-width: 590px) {
    #cleanBeauty .result04_txt p {
        font-size:21px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 42px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 39px, #e4e4e3 39px, #E4E4E6 40px, rgba(255,255,255,0) 40px, rgba(255,255,255,0) 42px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 39px, #e4e4e3 39px, #E4E4E6 40px, rgba(255,255,255,0) 40px, rgba(255,255,255,0) 42px)
    }
}

@media screen and (min-width: 620px) {
    #cleanBeauty .result04_txt p {
        font-size:22px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 44px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 41px, #e4e4e3 41px, #E4E4E6 42px, rgba(255,255,255,0) 42px, rgba(255,255,255,0) 44px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 41px, #e4e4e3 41px, #E4E4E6 42px, rgba(255,255,255,0) 42px, rgba(255,255,255,0) 44px)
    }
}

@media screen and (min-width: 650px) {
    #cleanBeauty .result04_txt p {
        font-size:23px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 46px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 43px, #e4e4e3 43px, #E4E4E6 44px, rgba(255,255,255,0) 44px, rgba(255,255,255,0) 46px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 43px, #e4e4e3 43px, #E4E4E6 44px, rgba(255,255,255,0) 44px, rgba(255,255,255,0) 46px)
    }
}

@media screen and (min-width: 680px) {
    #cleanBeauty .result04_txt p {
        font-size:24px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 48px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 45px, #e4e4e3 45px, #E4E4E6 46px, rgba(255,255,255,0) 46px, rgba(255,255,255,0) 48px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 45px, #e4e4e3 45px, #E4E4E6 46px, rgba(255,255,255,0) 46px, rgba(255,255,255,0) 48px)
    }
}

@media screen and (min-width: 710px) {
    #cleanBeauty .result04_txt p {
        font-size:25px
    }

    #cleanBeauty .result04_txt {
        background-size: 100% 50px;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 47px, #e4e4e3 47px, #E4E4E6 48px, rgba(255,255,255,0) 48px, rgba(255,255,255,0) 50px);
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 47px, #e4e4e3 47px, #E4E4E6 48px, rgba(255,255,255,0) 48px, rgba(255,255,255,0) 50px)
    }
}

#cleanBeauty .result04_txt p span {
    font-weight: 900
}

#cleanBeauty .js-shinri-a,#cleanBeauty .js-shinri-b,#cleanBeauty .js-shinri-c {
    display: none
}

#cleanBeauty .comp_btn {
    width: 58.93vw;
    height: 12vw;
    margin: 10.67vw auto 5.33vw
}

#cleanBeauty .comp_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url("../img/btn_arrow_off.png");
    background-position: 52vw center;
    background-repeat: no-repeat;
    background-size: 1.87vw 3.07vw;
    color: #fff;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 1.269;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .return_btn {
    display: table;
    margin: 0 auto 8.67vw
}

#cleanBeauty .return_btn a {
    color: #000;
    font-weight: bold;
    font-size: 3.47vw;
    line-height: 1.2;
    text-decoration: underline;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .delius {
    padding: 0 0.05em 0 0;
    font-family: 'Delius', cursive;
    letter-spacing: -0.05em
}

#cleanBeauty #result_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 6vw;
    z-index: 3;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty #result_sns .sns_txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 4vw 0 0;
    padding: 0 5.07vw 0 0;
    font-weight: 700;
    font-size: 3.2vw
}

#cleanBeauty #result_sns .sns_txt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 3.2vw;
    border-right: .27vw solid #aaa;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#cleanBeauty #result_sns .sns_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cleanBeauty #result_sns .sns_icon li {
    width: 9.07vw;
    height: 9.07vw;
    margin: 0 1.07vw
}

#cleanBeauty #result_sns .sns_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty .return_profile {
    position: relative;
    margin: 0 auto 9.33vw
}

#cleanBeauty .profile_btn {
    position: absolute;
    top: 41.6vw;
    left: 50%;
    z-index: 2;
    width: 58.93vw;
    height: 12vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#cleanBeauty .profile_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2.67vw;
    background-color: #000;
    background-image: url("../img/btn_arrow_top.png");
    background-position: 12.67vw center;
    background-repeat: no-repeat;
    background-size: 1.87vw 3.07vw;
    color: #fff;
    font-weight: 700;
    font-size: 3.47vw;
    line-height: 1.269;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#cleanBeauty.shared #result01 {
    display: none
}

#cleanBeauty.shared #result04 {
    display: none
}

#cleanBeauty.shared .shared_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: -2.67vw auto 0
}

#cleanBeauty.shared .return_profile {
    margin: 0 auto 8.67vw
}

#cleanBeauty.shared .comp_btn {
    margin: 0 auto 5.33vw
}

#cleanBeauty.shared .return_btn {
    margin: 0 auto 16vw
}

#cleanBeauty .noShared {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

#cleanBeauty .onShared {
    display: none !important
}

#cleanBeauty.shared .noShared {
    display: none !important
}

#cleanBeauty.shared .onShared {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

#cleanBeauty.pageReady {
    opacity: 0
}

.header_saerch_ {
    display: none !important
}

#content_ .sp_width_:nth-of-type(1) {
    width: 100%
}

.sp_width_+.sp_width_ {
    margin-top: 0
}

.nsn_ {
    border-top: none
}
