@charset "utf-8";

/* ============================================
parts
============================================ */
sup {
    vertical-align: super;
}

.parts_anchor {
    /* padding-top: 89px;
    margin-top: -89px; */
}

.addcart_btn {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.addcart_btn.size_l {
    max-width: 600px;
}

.addcart_btn .addcart,
.addcart_btn .cart_form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    display: block;
}

/* contact */
.parts_contact {
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    background: #c40041;
    transition: 0.3s;
    border: 1px solid #c40041;
    position: relative;
}

.cr_g .parts_contact {
    background: #595757;
    border-color: #595757;
}

.cr_w .parts_contact {
    background: transparent;
    border-color: #fff;
}

.size_s .parts_contact {
    border-radius: 7px;
    padding: 21px 0;
    font-size: 16px;
}

.size_l .parts_contact {
    border-radius: 10px;
    padding: 27px 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

.size_l .parts_contact:after {
    content: "";
    position: absolute;
    right: 26px;
    top: 42%;
    width: 27px;
    height: 27px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
}

.size_l .parts_contact .s01 {
    display: inline-block;
    border: 2px solid #fff;
    padding: 3px 20px;
    margin-bottom: 18px;
    font-weight: normal;
}

.size_l .parts_contact .s02 {
    display: block;
    font-size: 24px;
    line-height: 1.4;
}

.fix_contact {
    position: fixed;
    right: 0;
    bottom: -100%;
    z-index: 200;
    background: #dde3ea;
    /*width: 440px;*/
    width: 460px;
    padding: 18px 30px 10px;
    transition: 1s;
    text-align: center;
}

.fix_contact.scroll {
    bottom: 0;
}

.fix_contact .s01 {
    display: inline-block;
    border-bottom: 1px solid #c40041;
    padding-bottom: 2px;
    font-size: 14px;
    color: #c40041;
    margin-bottom: 9px;
    font-weight: bold;
}

/* hl */
.parts_hl01 {
    font-size: 40px;
    line-height: 1.6;
    text-align: center;
    color: #000;
}

.parts_hl02 {
    font-size: 30px;
    line-height: 1.6;
    text-align: center;
}

.parts_hl02.arr {
    /* center bottom; */
    background-size: 208px;
    padding-bottom: 0px;
}

.parts_title {
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    background: #fff;
    padding: 25px 0 26px;
}

/* doctor */
.parts_doc {
    margin: 30px auto 30px;
    max-width: 900px;
}

.parts_doc .line01 {
    border-top: 1px solid #BCBABC;
    margin: 50px auto 30px;
    max-width: 900px;
}

.parts_doc .txt01 {
    font-size: 160%;
    line-height: 1.3em;
    text-align: left;
    padding-bottom: 10px;
    font-weight: bold;
}

.parts_doc .txt02 {
    font-size: 95%;
    line-height: 1.5em;
    text-align: left;
    padding-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 8px 0 10px;
}

.parts_doc .txt03 {
    font-size: 75%;
    line-height: 1.4em;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0px 0 10px;
}

.parts_doc .txt04 {
    font-size: 110%;
    line-height: 1.3em;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0px 0 10px;
    font-weight: bold;
}

.parts_doc .left {
    float: left;
    width: 23%
}

.parts_doc .right {
    float: right;
    width: 74%
}

.parts_doc .sp {
    display: none !important
}


/* visual */
.parts_visual,
.parts_visual .bg {
    position: relative;
}

.parts_visual .bg {
    height: 758px;
    background-size: cover !important;
}

.parts_visual .mod_inner {
    z-index: 10;
}

.parts_visual .box {
    background: #fff;
    width: 450px;
    height: 520px;
    position: absolute;
    right: 50px;
    bottom: -10px;
    padding-top: 60px;
}

.parts_visual .box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: -30px;
    bottom: -30px;
    background: -webkit-linear-gradient(to bottom right, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to bottom right, #aebfd1 27%, #c4a9c3 80%);
}

.parts_visual .image {
    margin: 0 auto 28px;
}

.parts_visual .name {
    padding: 0 40px;
    line-height: 1.6;
    font-size: 18px;
}

.parts_visual .name small {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.parts_visual .cth {
    position: absolute;
    left: -43px;
    top: -25px;
}

.cr_medilifteye .parts_visual .cth {
    top: -45px;
}

.parts_visual .cth span {
    color: #fff;
    display: inline-block;
    font-size: 36px;
    padding: 7px 0 7px 16px;
    margin-bottom: 0;
    line-height: 1;
    background: -webkit-linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
}

/* first */
.parts_first {
    line-height: 1.6;
    padding: 70px 0 30px;
    font-size: 34px;
    text-align: center;
}

/* trouble */
.parts_trouble {
    padding: 85px 0 290px;
}

.parts_trouble .parts_hl01 {
    margin-bottom: 33px;
}

.parts_trouble .parts_hl02:not(.arr) {
    margin: 0 auto 53px;
}

.parts_trouble .trouble_img img {
    margin: 0 auto 30px;
    backface-visibility: hidden;
    display: block;
    max-width: 540px;
}

/* approach */
.parts_approach .bg {
    background: #f3f4f6;
    position: relative;
    padding: 212px 0 88px;
    margin-top: -266px;
}

.parts_approach .approach_cth {
    margin: -250px auto 0;
    max-width: 980px;
    z-index: 1;
    position: relative;
}

.parts_approach .approach_cth .approach_cth_note {
    position: absolute;
    left: 45px;
    bottom: 75px;
    font-size: 80%;

}

@media only screen and (max-width:750px) {
    .parts_approach .approach_cth .approach_cth_note {
        left: 5px;
    }
}

.parts_approach .approach_point {
    background: #fff;
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 40px 40px 45px;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
}

.parts_approach .approach_scene ul {
    text-align: center;
    margin-bottom: 20px;
}

.parts_approach .approach_scene li {
    display: inline-block;
    width: 154px;
    margin: 0 8px;
}

.parts_approach .approach_scene .parts_hl02 span {
    border-bottom: 1px solid #595757;
}

/* special */
.parts_special {
    padding: 60px 0 53px;
}

.parts_special .special_hl01 {
    border-top: 1px solid #c40041;
    border-bottom: 1px solid #c40041;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #c40041;
    padding: 10px 0 11px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.parts_special .special_hl02 {
    font-size: 36px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.parts_special .special_hl02 .s01 {
    font-size: 22px;
    font-weight: normal;
    background: #595757;
    color: #fff;
    padding: 1px 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.parts_special .special_hl02 .s02 {
    font-size: 24px;
    padding: 0 10px;
}

.parts_special .set {
    display: flex;
    justify-content: space-between;
}

.parts_special .set .item_box {
    width: 49%;
}

.parts_special .set .set_hl {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 36px;
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parts_special .set .first .set_hl {
    background: #c8b3c7;
}

.parts_special .set .second .set_hl {
    background: #adced5;
}

.parts_special .set .set_hl small {
    font-size: 18px;
    display: block;
}

.parts_special .set .bg {
    background: #fff;
    border: 1px solid #bbb;
    padding: 0 20px 30px;
    text-align: center;
    min-height: 465px;
    position: relative;
}

.parts_special .set .plus {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    margin: auto;
    width: 6%;
    height: 6%;
}

.parts_special .set .plus:before,
.parts_special .set .plus:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #595757;
    position: absolute;
    left: 0;
    top: 50%;
}

.parts_special .set .plus:after {
    transform: rotate(90deg);
}

.parts_special .set .parts {
    position: relative;
    padding: 0 25px;
    min-height: 318px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parts_special .set .first .parts .col {
    width: 40%;
}

.parts_special .set .first .parts .parts_price {
    line-height: 1.6;
    font-size: 14px;
}

.parts_special .set .first .parts .parts_price span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    letter-spacing: -0.5px;
}

.parts_special .set .second .parts {
    justify-content: center;
}

.parts_special .set .second .parts .parts_image {
    max-width: 340px;
    margin: 0 auto;
}

.parts_special .set .second .parts .parts_image img {
    backface-visibility: hidden;
}

.parts_special .set .price {
    border-top: 1px solid #bbb;
    padding-top: 20px;
    line-height: 1.6;
}

.parts_special .set .price .p01 {
    font-size: 18px;
    margin-bottom: 5px;
}

.parts_special .set .price .p01 span {
    text-decoration: line-through;
}

.parts_special .set .price .p02 .s01+div,
.parts_special .set .price .p02 .s01,
.parts_special .set .price .p02 .s02 {
    display: inline-block;
    vertical-align: middle;
}

.parts_special .set .price .p02 .s01 {
    font-size: 22px;
    color: #fff;
    background: #c40041;
    padding: 2px 20px;
}

.parts_special .set .price .p02 .s02 {
    font-size: 36px;
    margin: 0 7px 0 15px;
    font-weight: bold;
}

.parts_special .set .price .p02 .s03 {
    font-size: 18px;
    display: inline-block;
    vertical-align: -30%;
    font-weight: bold;
}

.parts_special .set+.addcart_btn {
    margin-top: 45px;
}

.parts_special .attention {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 50px;
}

.parts_special .parts_contact+.attention {
    margin-top: 49px;
}

.parts_special .attention li {
    text-indent: -1em;
    margin: 0 0 8px 1em;
}

.parts_special .auto {
    padding: 48px 0 46px;
}

.parts_special .auto .special_hl01 {
    color: #595757;
    border-color: #595757;
    margin-bottom: 42px;
}

.parts_special .auto li {
    margin: 0 auto 65px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    max-width: 730px;
}

.parts_special .auto li:last-child {
    margin-bottom: 74px;
}

.parts_special .auto li span {
    font-size: 38px;
}

.parts_special .auto .num {
    color: #fff;
    font-weight: normal;
    font-size: 38px;
    width: 75px;
    height: 75px;
    border-radius: 60px;
    text-align: center;
    padding-top: 12px;
    background: -webkit-linear-gradient(to right bottom, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right bottom, #aebfd1 27%, #c4a9c3 80%);
    position: absolute;
    left: 33px;
    top: -10px;
}

.parts_special .auto .txt {
    padding-left: 127px;
}

.parts_special .auto .txt .red {
    color: #c40041;
}

/* movie */
.parts_movie {
    position: relative;
    z-index: 10;
    text-indent: -9999px;
    height: 400px;
}

.parts_movie a {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 400px;
    transition: 0.5s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.parts_movie:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 100%;
    top: 0;
    background: url(../img/cmn/play.png) no-repeat center center;
    background-size: 110px;
}

/* menu */
.parts_menu {
    text-align: center;
    background: #fff;
    padding: 45px 0 40px;
}

.parts_menu li {
    display: inline-block;
    font-size: 18px;
    background: url(../img/cmn/nav_arrow.png) no-repeat left center;
    background-size: 22px;
    padding: 4px 0 4px 29px;
    margin: 0 35px 10px 0;
}

.parts_menu li:last-child {
    margin-right: 0;
}

/* point */
.parts_point {
    padding: 65px 0 73px;
}

.parts_point .point_list {
    margin: 75px auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.parts_point .point_list li {
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5;
}

.point_list .point_num {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.point_list .point_num span {
    font-family: 'Montserrat', sans-serif;
    background: #c40041;
    color: #fff;
    font-size: 13.2px;
    padding: 1px 15px;
    display: inline-block;
    border-radius: 30px;
}

.point_list .point_num:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #bbb;
}

.point_list .point_hl {
    color: #c40041;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
}

.point_list .point_cap {
    font-size: 14px;
}

/* howto */
.parts_howto {
    padding: 110px 0 90px;
}

.parts_howto .parts_hl01 span {
    display: block;
    font-size: 30px;
    color: #595757;
}

.parts_howto .parts_hl01 {
    margin-bottom: 40px;
}

.parts_howto .step_hl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.parts_howto .image {
    margin-bottom: 20px;
}

.parts_howto .cap {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.parts_howto .step_box+.step_box {
    margin-top: 30px;
}

/* recommend */
.parts_recommend {
    padding: 105px 0 0;
}

.parts_recommend .parts_visual {
    margin: 47px auto 127px;
}

/* spec */
.parts_spec {
    padding-top: 72px;
    padding-bottom: 72px;
}

.parts_spec .parts_hl01 {
    margin-bottom: 66px;
}

.parts_spec .product_box {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.parts_spec .product_box:nth-child(2) {
    margin-top: 35px;
    margin-bottom: 85px;
}

.parts_spec .product_box:nth-child(odd) .image,
.parts_spec .product_box:nth-child(even) .txt_box {
    order: 1;
    width: 45.5%;
}

.parts_spec .product_box:nth-child(odd) .txt_box,
.parts_spec .product_box:nth-child(even) .image {
    order: 2;
    width: 50%;
}

.parts_spec dl {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.parts_spec dl dt {
    display: table-cell;
    vertical-align: top;
    width: 21%;
}

.parts_spec dl dd {
    display: table-cell;
    vertical-align: top;
    width: 79%;
    position: relative;
    padding-left: 20px;
}

.parts_spec dl dd:before {
    content: "\003A";
    position: absolute;
    left: 0;
    top: 0;
}

/* faq */
.parts_faq {
    padding: 79px 0;
}

.parts_faq .faq_box {
    max-width: 1080px;
    margin: 0 auto;
}

.parts_faq .parts_hl01 {
    margin-bottom: 47px;
}

.parts_faq dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 100px;
    border-bottom: solid 1px #CCC;
    font-size: 14px;
}

.parts_faq dl:first-child {
    border-top: solid 1px #CCC;
}

.parts_faq dl dt,
.parts_faq dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 25px 40px 25px 100px;
    line-height: 1.4;
    background-size: 27px !important;
}

.parts_faq dl dd span {
    font-size: 12px;
}

.parts_faq dl dt {
    background: url(../img/cmn/q.png) no-repeat 40px center;
}

.parts_faq dl dd {
    background: url(../img/cmn/a.png) no-repeat 40px center;
}

/* guide */
#guide.container {
    padding: 40px 15px 30px;
    background: #FFF;
    color: #333;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#guide .guide-wrap{
    max-width: 600px;
    margin: 0 auto;
}
#guide h2{
    font-size:min(8.5vw, 48px);
    text-align: center;
    line-height: 0.8;
    margin-bottom: 30px;
    font-weight: 600;
}
#guide h2 span{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}
#guide h3{
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px;
    min-height: 50px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
}
#guide h3.link{
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    margin: 15px 0 0;
}
#guide h3.one-line{
    display: flex;
    align-items: center;
    justify-content: center;
}
#guide h3.link::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-48%);
    width: 20px;
    height: 20px;
    background: url(../img/cmn/external_link-icon.png);
    background-size: cover;
}
#guide h3 a{
    color: #333;
}
#guide h3.link:hover{
    color: #333;
    background-color: #fff;
}
#guide p {
    font-size: 14px;
    padding: 5px 0;
    line-height: 1.5;
}
#guide .link_underline{
    text-decoration: underline;
}
    
@media screen and (min-width:660px) {
    #guide.container {
        padding: 60px 30px 30px;
    }
    #guide h3{
        min-height: 70px;
        margin-top: 20px;
        font-size: 16px;
        padding: 10px 0;
    }
    #guide h3.link::after{
        width: 25px;
        height: 25px;
        right: 15px;
    }
    #guide p {
        font-size: 16px;
    }
}/* min-width:660px */

/* more */
.parts_more {
    text-align: center;
    position: relative;
    padding-bottom: 72px;
}

.parts_more .more_hl01 {
    position: relative;
    top: -50px;
    margin: 0 auto -25px;
    width: 110px;
    height: 110px;
    font-size: 22px;
    border-radius: 110px;
    color: #fff;
    padding-top: 45px;
    background: -webkit-linear-gradient(to right bottom, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right bottom, #aebfd1 27%, #c4a9c3 80%);
}

.parts_more ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
}

.parts_more ul li {
    /*width: 30.5%;*/
    width: 32%;
    line-height: 1.6;
    margin: 0 1%;
}

@media only screen and (max-width: 750px) {
    .parts_more ul li {
        width: 48%;
    }
}

.parts_more .more_hl02 {
    display: block;
    background: #fff;
    border: 1px solid #c40041;
    color: #c40041;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.parts_more .more_txt01 span {
    font-size: 14px;
    display: block;
}

/* ============================================
cart
============================================ */
.parts_cart {
    padding: 50px 0 60px;
    background: -webkit-linear-gradient(to right bottom, #aebfd1 27%, #c4a9c3 100%);
    background: linear-gradient(to right bottom, #aebfd1 27%, #c4a9c3 100%);
}

/* cart_item */
.parts_cart .item_bg {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 24px 40px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parts_cart .item_bg .image {
    width: 50%;
    margin-top: 10px;
    text-align: center;
}

.parts_cart .item_bg .txt_box {
    width: 44%;
    margin-top: 25px;
    line-height: 1.6;
}

.parts_cart .form_bg .size_s .parts_contact {
    padding-top: 5px;
    padding-bottom: 5px;
}

.parts_cart .item_bg .category span {
    display: inline-block;
    background: #aebfd1;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 1px 7px;
    margin: 0 8px 8px 0;
}

.parts_cart .item_bg .category sup {
    font-size: 10px;
    line-height: 0;
}

.parts_cart .item_bg .name {
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 0;
}

.parts_cart .item_bg .price {
    font-weight: bold;
    margin-bottom: 17px;
    font-size: 18px;
}

.parts_cart .item_bg .price span {
    font-size: 36px;
}

/*
.parts_cart .item_bg .addcart{
	border: 1px solid #595757;
	background: #595757;
	border-radius: 10px;
	padding: 16px 0;
}

.parts_cart .item_bg .addcart_txt{
	color: #fff;
	font-size: 18px;
}
*/
.parts_cart .item_bg .attention {
    font-size: 12px;
    margin-top: 17px;
}

/* form_item */
.parts_cart .form_bg {
    margin: 37px auto 32px;
}

.parts_cart .form_item {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    padding: 18px;
    border-top: 1px dotted #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.7;
}

.parts_cart .form_item:last-child {
    border-bottom: 1px dotted #fff;
}

.parts_cart .form_item .form_name {
    width: 52%;
    font-size: 18px;
    letter-spacing: -1px;
}

.parts_cart .form_item .form_name span {
    font-size: 12px;
    display: block;
}

.parts_cart .form_item .form_cart {
    width: 42%;
    text-align: center;
}

.parts_cart .form_item .form_cart .form_color span {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 10px 0;
}

.parts_cart .form_cart .form_b_btm {
    display: none;
}

/* ============================================
medilift
============================================ */
.cr_medilift .parts_trouble,
.cr_medilift .parts_special,
.cr_medilift .parts_point,
.cr_medilifteye .parts_trouble,
.cr_medilifteye #point .parts_point,
.cr_medilifteye .parts_special {
    background: url(../img/cmn/polygon_bg01_pc.jpg) no-repeat center center;
    background-size: cover;
}

/* mv */
.cr_medilift .parts_visual.n01 .fv img {
    width: 100%;
}

.cr_medilift .parts_visual.n01 .bg {
    background: url(../img/medilift/mv_bg01_pc.jpg) no-repeat center center;
}

.cr_medilift .parts_visual.n02 .cth {
    top: -15%;
}

.cr_medilift .parts_visual.n02 .bg {
    background: url(../img/medilift/mv_bg02_pc.jpg) no-repeat 31% bottom;
}


.cr_medilift .parts_visual.n02 .image {
    max-width: 350px;
    margin: 20px auto 70px;
}

.cr_medilift .parts_movie a {
    background-image: url(../img/medilift/movie_bg01.jpg);
}

/* first */
.cr_medilift .parts_first .image {
    max-width: 370px;
    margin: 7px auto -63px;
}

/* under */
.cr_medilift .cr_under {
    padding: 65px 0 310px;
    text-align: center;
}

.cr_medilift .cr_under .image img {
    max-width: 660px;
    margin: 43px auto 46px;
    display: block;
    backface-visibility: hidden;
}

.cr_medilift .cr_under .txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 40px auto 55px;
}

.cr_medilift .cr_under .parts_hl02 .s01 {
    color: #37a1ba;
    border-bottom: 2px solid #37a1ba;
}

.cr_medilift .cr_under .parts_hl02 .s02 {
    color: #a8548a;
    border-bottom: 2px solid #a8548a;
}

/* trouble */
.cr_medilift .parts_trouble .cr_list {
    display: flex;
    max-width: 920px;
    margin: 0 auto 63px;
}

.cr_medilift .parts_trouble .cr_list li {
    height: 110px;
    margin: 0 5px;
}

/* approach */
.cr_medilift .parts_approach.cr_approach01 .approach_point .cr_list li {
    font-size: 24px;
    line-height: 1.6;
    margin: 0 auto 10px;
    position: relative;
    padding-left: 26px;
    letter-spacing: 1.5px;
    max-width: 740px;
}

.cr_medilift .parts_approach.cr_approach01 .approach_point .cr_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
}

.cr_medilift .parts_approach.cr_approach01 .approach_point .cr_list li:nth-child(3) {
    margin-bottom: 0;
}

.cr_medilift .parts_approach.cr_approach01 .approach_point .cr_list li span {
    font-weight: bold;
}

.cr_medilift .parts_approach.cr_approach02 .approach_point {
    text-align: center;
    margin-bottom: 50px;
}

.cr_medilift .parts_approach.cr_approach02 .approach_point .cr_txt01 {
    padding-top: 42px;
    margin-bottom: 30px;
}

.cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image01 {
    margin-bottom: 20px;
}

.cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 {
    margin: 12px auto 18px;
}

.cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 32.8%;
}

.cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 3%;
}

.cr_medilift .parts_approach.cr_approach02 .approach_scene li {
    width: 210px;
}

/* bath */
.cr_medilift .cr_bath .parts_hl01 {
    color: #fff;
    margin: 50px auto 29px;
    line-height: 1.6;
}

.cr_medilift .cr_bath .parts_hl01 sup {
    font-size: 22px;
}

.cr_medilift .cr_bath .parts_hl01 span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

.cr_medilift .cr_bath .cr_image {
    /* background: url(../img/medilift/bath_bg_pc.jpg) no-repeat center; */
    background: url(../img/medilift/bath_bg_pc2.jpg) no-repeat center;
    background-size: cover !important;
    width: 100%;
    max-width: 980px;
    height: 490px;
    margin: 0 auto -52px;
}

.cr_medilift .cr_bath .cr_message {
    width: 100px;
    height: 100px;
    font-size: 23px;
    background: #595757;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 1.4;
    padding-top: 20px;
    position: absolute;
    left: 30px;
    top: -50px;
}

.cr_medilift .cr_bath .form_cart .form_color {
    display: flex;
    max-width: 340px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.cr_medilift .cr_bath .form_cart .form_color span {
    width: 48.5%;
    position: relative;
}

.cr_medilift .cr_bath .form_cart .form_color input.radio {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 18px;
    height: 18px;
    z-index: 2;
}

.cr_medilift .cr_bath .form_cart .form_color .radio_btn {
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #bbb;
    text-align: center;
    padding: 8px;
    display: inline-block;
}

.cr_medilift .cr_bath .form_cart .form_color input:checked+.radio_btn {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* howto */
.cr_medilift .parts_howto .cr_movie {
    padding-top: 90px;
}

.cr_medilift .parts_howto .cr_movie .movie_tb {
    margin: 30px auto;
    position: relative;
    max-width: 500px;
}

.cr_medilift .parts_howto .cr_movie .movie_tb:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: url(../img/cmn/play.png) no-repeat center center;
    background-size: 100%;
    pointer-events: none;
}

/* media */
.cr_medilift .cr_media {
    background: #f3f4f6;
    padding: 79px 0;
}

.cr_medilift .cr_media .media_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cr_medilift .cr_media .media_hl01 {
    width: 60%;
    font-size: 34px;
    line-height: 1.6;
}

.cr_medilift .cr_media .media_image {
    width: 38%;
    padding: 0 90px 0 0;
}

.cr_medilift .cr_media .media_box {
    background: #fff;
    line-height: 1.6;
    padding: 44px 40px 56px;
}

.cr_medilift .cr_media .media_box .media_hl02 {
    border-bottom: 1px solid #000;
    font-size: 34px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* voice01 */
.cr_medilift .cr_voice01 {
    padding: 65px 0 36px;
}

.cr_medilift .cr_voice01 .parts_hl01 {
    margin-bottom: 27px;
}

.cr_medilift .cr_voice01 .tab_nav {
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.cr_medilift .cr_voice01 .tab_nav li {
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    padding: 25px 15px;
    margin: 0 3%;
}

.cr_medilift .cr_voice01 .tab_nav li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2.5px;
    width: 100%;
    height: 5px;
    background: transparent;
}

.cr_medilift .cr_voice01 .tab_nav li.current:after {
    background: #595757;
}

.cr_medilift .cr_voice01 .tab_nav li.current {
    font-weight: bold;
}

.cr_medilift .cr_voice01 .tab_item:not(.current) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cr_medilift .cr_voice01 .tab_item .comment_list li.more {
    display: none;
}

.cr_medilift .cr_voice01 .tab_item .comment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.cr_medilift .cr_voice01 .tab_item .comment_list li {
    padding-left: 25px;
    line-height: 1.6;
    width: 31%;
    margin-top: 40px;
    margin-right: 3.5%;
}

.cr_medilift .cr_voice01 .tab_item .comment_list li:nth-child(3n) {
    margin-right: 0;
}

.cr_medilift .cr_voice01 .tab_item .comment_hl {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
}

.cr_medilift .cr_voice01 .tab_item .comment_hl:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 15px;
    position: absolute;
    left: -25px;
    top: 8px;
    background: -webkit-linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
}

.cr_medilift .cr_voice01 .tab_item .tab_more {
    width: 100px;
    margin: 0 auto 28px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
}

.cr_medilift .cr_voice01 .tab_item .tab_more:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-left: 2px solid #adced5;
    border-bottom: 2px solid #adced5;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.cr_medilift .cr_voice01 .attention,
.cr_medilift .cr_voice02 .attention {
    text-align: right;
    font-size: 12px;
    line-height: 1.6;
}

/* voice02 */
.cr_medilift .cr_voice02 {
    padding: 65px 0 87px;
    background: #f3f4f6;
}

.cr_medilift .cr_voice02 .parts_hl01 {
    margin-bottom: 100px;
}

.cr_medilift .cr_voice02 .pro_comment {
    margin-bottom: 74px;
}

.cr_medilift .cr_voice02 .pro_comment ul,
.cr_medilift .cr_voice02 .insta_comment ul {
    display: flex;
    justify-content: space-between;
}

.cr_medilift .cr_voice02 .pro_comment ul li {
    position: relative;
    width: 60%;
    margin: 0 auto 17px;
}

.cr_medilift .cr_voice02 .pro_comment .image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -70px;
    width: 30%;
}

.cr_medilift .cr_voice02 .pro_comment .image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #dde3ea;
    position: absolute;
    left: 17px;
    bottom: -15px;
    z-index: -1;
}

.cr_medilift .cr_voice02 .pro_comment .comment_bg {
    background: #fff;
    line-height: 1.6;
    padding: 40px 30px 40px 40px;
    min-height: 545px;
    margin-left: 40px;
}

.cr_medilift .cr_voice02 .pro_comment .comment_hl {
    font-size: 22px;
    max-width: 66.5%;
    margin: 0 0 70px auto;
}

.cr_medilift .cr_voice02 .pro_comment .comment_hl span {
    font-size: 16px;
    display: block;
    padding-top: 20px;
}

.cr_medilift .cr_voice02 .insta_comment .insta_hl {
    font-size: 34px;
    text-align: center;
    margin-bottom: 35px;
}

.cr_medilift .cr_voice02 .insta_comment .attention,
.cr_medilift .cr_voice02 .insta_comment ul {
    max-width: 980px;
    margin: 0 auto;
}

.cr_medilift .cr_voice02 .insta_comment ul {
    background: #fff;
    padding: 50px 23px 32px;
    margin-bottom: 17px;
}

/* recommend */
.cr_medilift .parts_recommend .point_list {
    margin: 67px auto 80px;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.6;
    justify-content: space-between;
}

.cr_medilift .parts_recommend .point_list>li {}

.cr_medilift .parts_recommend .point_list>li:nth-child(2),
.cr_medilift .parts_recommend .point_list>li:nth-child(3) {
    width: 47%;
    margin-top: 25px;
}

.cr_medilift .parts_recommend .cl_list_sub {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-top: 28px;
}

.cr_medilift .parts_recommend .cl_list_sub li {
    margin: 0 20px;
}

.cr_medilift .parts_recommend .cl_list_sub img {
    max-width: 100px;
    display: block;
    margin: 0 auto 10px;
}

.cr_medilift .parts_recommend .point_list sup {
    font-size: 10px;
}

.cr_medilift .parts_recommend .point_list .attention,
.cr_3dmicrofiller .parts_point .point_list .attention {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
    display: block;
}

.cr_medilift .parts_more {
    background: #f3f4f6;
}

.cr_medilift .parts_special .auto li:nth-child(3) .num {
    top: 0;
}

.cr_medilift .parts_special {
    padding: 100px 0 53px;
}

.cr_medilift .satisfaction {
    padding: 70px 0 30px;
    text-align: center;
    background-color: #f3f4f6;
}

.cr_medilift .satisfaction .parts_hl01 {
    font-size: 30px;
}

.cr_medilift .satisfaction .parts_hl01 span {
    display: block;
    color: #c30141;
    font-size: 40px;
}

.cr_medilift .satisfaction .image {
    margin-bottom: 14px;
}

.cr_medilift .satisfaction .text.top {
    font-size: 25.6px;
    line-height: 1.35;
}

.cr_medilift .satisfaction .attention_txt {
    margin-top: 27px;
    text-align: left;
}

.cr_medilift .satisfaction .attention_txt ul {
    padding-left: 83px;
}

.cr_medilift .satisfaction .attention_txt li {
    padding-left: 1.5em;
    font-size: 12px;
    line-height: 1.5;
}

.cr_medilift .satisfaction .attention_txt li::before {
    content: "※";
    margin-left: -1.5em;
    margin-right: 5px;
}

.cr_medilift .satisfaction .parts_approach .approach_point {
    padding: 40px 40px 87px;
    margin: 0 auto 35px;
}

/* シートマスク 2020.03.15追加 */
.cr_medilift .parts_recommend.add_sheet_mask {
    padding: 123px 0 0;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual .box {
    height: 550px;
    padding-top: 110px;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual .box::before {
    height: 95%;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .image img {
    transform: translateX(10px);
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .image {
    margin: 20px auto 50px;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual {
    margin: 44px auto 125px;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual .cth span:nth-of-type(1) {
    padding: 7px 0 7px 16px;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual .cth span {
    padding: 7px 19px 7px 16px;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list {
    margin: 71px auto 95px;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list .point_hl {
    margin-bottom: 7px;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list .point_hl sup {
    font-size: 12px;
    transform: translate(2px, 4px);
    display: inline-block;
}

.cr_medilift .parts_recommend.add_sheet_mask .cl_list_sub {
    margin-bottom: 30px;
    margin-top: 44px;
}

.cr_medilift .parts_recommend.add_sheet_mask .cl_list_sub img {
    max-width: 105px;
}

.cr_medilift .parts_recommend.add_sheet_mask .cl_list_sub li {
    margin: 0px 15px;
}

.cr_medilift .parts_recommend.add_sheet_mask .cl_list_sub li span {
    line-height: 1.3;
    display: inline-block;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list>li {
    width: 100%;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list .point_cap {
    line-height: 1.9;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .bg {
    background: url(../img/medilift/mv_bg03_pc.jpg) no-repeat 31% bottom;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .cth {
    top: -23%;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list .image {
    margin-top: 30px;
}

.cr_medilift .parts_recommend.add_sheet_mask .point_list>li:nth-child(3) {
    margin-top: 19px;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .cth span.attention {
    font-size: 18px;
}

.cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 sup {
    font-size: 45%;
}

.cr_medilift .parts_recommend.add_sheet_mask .graph {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 40px;
}

.cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box {
    width: 140px;
    text-align: left;
    padding-top: 20px;
    margin-right: 55px;
    margin-left: 10px;
}

.cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box .text {
    font-size: 14px;
    margin-bottom: 10px;
}

.cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box .text::before {
    content: "■";
    display: inline-block;
    margin-right: 10px;
}

.cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box .text.blue::before {
    color: rgb(148, 198, 208);
}

.cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box .text.black::before {
    color: rgb(102, 102, 102);
}

.cr_medilift .parts_spec .product_box:nth-child(3) {
    margin-top: 35px;
    margin-bottom: 85px;
}

.add_sheet_mask_cart .item_bg .name {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.add_sheet_mask_cart .item_bg .image img {
    transform: translate(10px, 20px);
}

.add_sheet_mask_cart .item_bg {
    padding: 24px 40px 45px;
}

.add_sheet_mask_cart .item_bg .price span {
    letter-spacing: .05em;
}

/* シートマスク end 2020.03.15追加 */


/* PLUS */
.mediliftplus-area {
    padding: 65px 0 40px;
    background: #f3f4f6;
}

.mediliftplus-area h2 {
    max-width: 980px;
    margin: 0 auto;
    background: linear-gradient(to right bottom, #d0ddea 27%, #ffffff 100%);
    padding: 50px;
    text-align: center;
}

.mediliftplus-area .mtm {
    margin-top: -30px;

}

.mediliftplus-area .mask_bnr {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .mediliftplus-area {
        padding: 0 0 40px;
    }

    .mediliftplus-area h2 {
        padding: 3em 1em 2em;
    }

    .mediliftplus-area .pd0 {
        padding: 0;
    }

    .mediliftplus-area .mtm {
        margin-top: -8px;

    }

}


/* mask */
.mediliftmask-area {
    padding: 65px 0 40px;
    background: #f3f4f6;
}

.mediliftmask-area h2 {
    max-width: 980px;
    margin: 0 auto;
    background: linear-gradient(to right bottom, #d0ddea 27%, #ffffff 100%);
    padding: 50px;
    text-align: center;
}

.mediliftmask-area .mtm {
    margin-top: -30px;

}

@media only screen and (max-width: 750px) {
    .mediliftmask-area {
        padding: 0 0 40px;
    }

    .mediliftmask-area h2 {
        padding: 3em 1em 2em;
    }

    .mediliftmask-area .pd0 {
        padding: 0;
    }

    .mediliftmask-area .mtm {
        margin-top: -8px;

    }
}


/* ============================================
eye
============================================ */
.cr_medilifteye .parts_visual.n01 .fv img {
    width: 100%;
}

.cr_medilifteye .parts_visual.n01 .bg {
    background: url(../img/medilifteye/mv_bg01_pc.jpg) no-repeat center center;
}

.cr_medilifteye .parts_visual.n02 .bg {
    background: url(../img/medilifteye/mv_bg02_pc.jpg) no-repeat center bottom;
}

.cr_medilifteye .parts_visual.n03 .bg {
    background: url(../img/medilift/mv_bg02_pc.jpg) no-repeat center bottom;
}


.cr_medilifteye .parts_visual.n02 .cth {
    top: -120px;
}

.cr_medilifteye .parts_visual .name small sup,
.cr_medilifteye .parts_visual .name .attention {
    font-size: 10px;
}

.cr_medilifteye .parts_visual .name .attention {
    display: block;
    padding-top: 5px;
}

.cr_medilifteye .parts_first {
    padding-bottom: 68px;
}

.cr_medilifteye .parts_movie a {
    background-image: url(../img/medilifteye/movie_bg01.jpg);
}

.cr_medilifteye .parts_approach .bg {
    margin-top: -80px;
    padding-top: 30px;
}

.cr_medilifteye .parts_approach .parts_point {
    padding: 13px 0 0;
}

.cr_medilifteye .parts_approach .parts_point .point_list {
    max-width: none;
    display: block;
    margin: 0;
}

.cr_medilifteye .parts_approach .point_list li {
    width: 100%;
}

.cr_medilifteye .parts_approach .point_list .point_hl sup,
.cr_medilifteye .parts_approach .point_list .attention {
    font-size: 12px;
}

.cr_medilifteye .parts_approach .point_list .attention {
    line-height: 1.6;
    margin: 17px auto 40px;
}

.cr_medilifteye .parts_approach .point_list .attention sup {
    font-size: 10px;
}

.cr_medilifteye .parts_approach .point_list li:nth-child(1) .image {
    overflow: hidden;
    margin-bottom: 20px;
}

.cr_medilifteye .parts_approach .point_list li:nth-child(1) .image img,
.cr_medilifteye .parts_approach .point_list li .sub_cap dl {
    width: 49.5%;
    float: left;
}

.cr_medilifteye .parts_approach .point_list li:nth-child(1) .image img+img,
.cr_medilifteye .parts_approach .point_list li .sub_cap dl+dl {
    float: right;
}

.cr_medilifteye .parts_approach .point_list li .sub_cap {
    overflow: hidden;
    margin-bottom: 80px;
}

.cr_medilifteye .parts_approach .point_list li .sub_cap dl dt {
    background: #c18498;
    color: #fff;
    font-size: 19px;
    padding: 5px 0;
}

.cr_medilifteye .parts_approach .point_list li .sub_cap dl dd {
    background: #f3f4f6;
    font-size: 14px;
    padding: 15px;
}

.cr_medilifteye .parts_approach .point_list li:nth-child(2) .image {
    max-width: 470px;
    margin: 50px auto 0;
}

.cr_medilifteye .parts_howto {
    padding-bottom: 0;
}

.cr_medilifteye #point02 .parts_point {
    padding-top: 0;
}

/* ============================================
3dmicrofiller
============================================ */
.cr_3dmicrofiller .parts_approach .bg,
.cr_3dmicrofiller .parts_more {
    background: #f7f4f1;
}

.cr_3dmicrofiller .parts_visual.n01 .bg {
    background: url(../img/3dmicrofiller/mv_bg01_pc.jpg) no-repeat center center;
}

.cr_3dmicrofiller .parts_first,
.cr_tighteningmask .parts_first {
    padding-bottom: 68px;
}

.cr_3dmicrofiller .parts_special,
.cr_tighteningmask .parts_special {
    background: url(../img/cmn/polygon_bg02_pc.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 95px;
}

.cr_3dmicrofiller .parts_visual .cth,
.cr_tighteningmask .parts_visual .cth {
    top: -125px;
}

.cr_3dmicrofiller .parts_visual .cth {
    width: 130%;
}

.medi_lift_cream1 .cr_3dmicrofiller .parts_visual .cth {
    width: 100%;
}

.cr_3dmicrofiller .parts_visual .cth span:last-child,
.cr_tighteningmask .parts_visual .cth span:last-child {
    padding-top: 0;
    padding-bottom: 0;
}

.cr_3dmicrofiller .parts_visual .cth small,
.cr_tighteningmask .parts_visual .cth small {
    vertical-align: 40%;
}

.cr_3dmicrofiller .parts_visual .cth sup,
.cr_3dmicrofiller .parts_visual .cth small,
.cr_tighteningmask .parts_visual .cth sup,
.cr_tighteningmask .parts_visual .cth small {
    font-size: 18px;
    padding-right: 15px;
}

.cr_3dmicrofiller .parts_special .set,
.cr_tighteningmask .parts_special .set {
    justify-content: center;
}

.cr_3dmicrofiller .parts_special .set .first .parts .col,
.cr_tighteningmask .parts_special .set .first .parts .col {
    width: 100%;
}

.cr_3dmicrofiller .parts_special .set .first .parts .parts_image,
.cr_tighteningmask .parts_special .set .first .parts .parts_image {
    max-width: 330px;
    margin: 5px auto 25px;
}

.cr_3dmicrofiller .parts_special .attention,
.cr_tighteningmask .parts_special .attention {
    max-width: 598px;
    margin: 55px auto 50px;
}

.cr_3dmicrofiller .parts_trouble,
.cr_tighteningmask .parts_trouble {
    background: #F0EAE4;
}

.cr_3dmicrofiller .parts_trouble .parts_hl02.arr span {
    display: block;
    margin-bottom: 53px;
}

.cr_3dmicrofiller .parts_point .parts_hl01 sup {
    font-size: 22px;
}

.cr_3dmicrofiller .parts_point .parts_hl01 span {
    font-size: 12px;
    display: block;
    color: #595757;
}

.cr_3dmicrofiller .parts_point .point_list li,
.cr_tighteningmask .parts_point .point_list li {
    width: 100%;
}

.cr_3dmicrofiller .parts_more {
    padding-bottom: 95px;
}

.cr_3dmicrofiller .parts_more .more_hl03 {
    color: #c40041;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cr_3dmicrofiller .approach_point .txt01 {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 40px 0 26px;
}

.cr_3dmicrofiller .approach_point .txt01 sup {
    font-size: 10px;
}

.cr_3dmicrofiller .approach_point .txt01 span {
    font-size: 12px;
    display: block;
    margin-top: 9px;
}

.cr_3dmicrofiller .approach_point .image01 img {
    margin: 37px auto 37px;
    max-width: 488px;
    display: block;
}

.cr_3dmicrofiller .approach_point .image02 {
    overflow: hidden;
    margin-bottom: 10px;
}

.cr_3dmicrofiller .approach_point .image02 img {
    float: left;
    width: 49.5%;
}

.cr_3dmicrofiller .approach_point .image02 img+img {
    float: right;
}

.cr_3dmicrofiller .parts_point .point_list .point_hl sup {
    font-size: 12px;
}

.cr_3dmicrofiller .parts_point .point_list .image {
    margin: 30px auto 36px;
}

.cr_3dmicrofiller .parts_point .point_list .image img {
    max-width: 488px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.cr_3dmicrofiller .parts_point .point_list .cr_micro {
    border: 1px solid #ccc;
    padding: 40px 50px 35px;
    margin-bottom: 65px;
    overflow: hidden;
}

.cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_text {
    float: left;
    width: 50%;
    text-align: left;
}

.cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_image {
    float: right;
    width: 45%;
}

.cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_hl {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin: 15px 0;
}

.cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_hl:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 7px;
    background: -webkit-linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
}

.cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_hl,
.cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_cap {
    padding-left: 25px;
}

.cr_3dmicrofiller .cr_effect,
.cr_tighteningmask .cr_effect {
    padding: 100px 0 78px;
    background: -webkit-linear-gradient(to right, #aebfd1 30%, #c4a9c3 100%);
    background: linear-gradient(to right, #aebfd1 30%, #c4a9c3 100%);
    color: #fff;
}

.cr_3dmicrofiller .cr_effect .parts_hl01 {
    color: #fff;
    margin-bottom: 70px;
}

.cr_3dmicrofiller .cr_effect ul {
    overflow: hidden;
    margin-bottom: 23px;
}

.cr_3dmicrofiller .cr_effect ul li {
    float: left;
    width: 30.5%;
    margin-right: 4.25%;
}

.cr_3dmicrofiller .cr_effect ul li:last-child {
    margin-right: 0;
}

.cr_3dmicrofiller .cr_effect .attention {
    font-size: 14px;
    line-height: 1.6;
}

.cr_3dmicrofiller .cr_effect .attention span,
.cr_tighteningmask .point_list .attention {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.cr_3dmicrofiller .parts_spec .product_box {
    align-items: flex-start;
}

.cr_3dmicrofiller .parts_visual .box {
    height: 560px;
}

/* ============================================
tighteningmask
============================================ */
.cr_tighteningmask .parts_visual.n01 .bg {
    background: url(../img/tighteningmask/mv_bg01_pc.jpg) no-repeat center center;
}

.cr_tighteningmask .parts_trouble .parts_hl02.arr span {
    display: block;
}

.cr_tighteningmask .parts_approach .approach_point .point_list li {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}

.cr_tighteningmask .parts_approach .approach_point .point_list li:last-child {
    margin-bottom: 0;
}

.cr_tighteningmask .parts_approach .approach_point {
    margin-bottom: 0;
    padding-top: 50px;
}

.cr_tighteningmask .approach_point .point_list .image {
    margin: 50px auto 0;
}

.cr_tighteningmask .cr_effect {
    text-align: center;
}

.cr_tighteningmask .cr_effect .parts_hl01 {
    color: #fff;
    margin-bottom: 50px;
}

.cr_tighteningmask .cr_effect .cr_txt {
    line-height: 1.6;
    margin-bottom: 30px;
}

.cr_tighteningmask #point .parts_point {
    padding-top: 100px;
}

.cr_tighteningmask #point .parts_point .image {
    margin: 30px auto 0;
}

.cr_tighteningmask .cr_graph {
    background: #f3f4f6;
    padding: 100px 0 80px;
    text-align: center;
}

.cr_tighteningmask .cr_graph .parts_hl01 {
    color: #595757;
    margin-bottom: 30px;
}

.cr_tighteningmask .cr_graph .image,
.cr_tighteningmask .cr_effect .image {
    margin: 0 auto;
    max-width: 600px;
}

.parts_contact a {
    color: #fff;
}

.parts_contact a:hover {
    color: #c40041;
}

/* ============================================
neck
============================================ */

.cr_neck .parts_visual.n01 .fv img {
    width: 100%;
}

.cr_neck .parts_trouble {
    background: url(../img/neck/polygon_bg01_pc.jpg) no-repeat center center;
    background-size: cover;
}

.cr_neck .parts_point {
    background: url(../img/neck/polygon_bg02_pc.jpg) no-repeat center center;
    background-size: cover;
}

/* mv */
.cr_neck .parts_visual.n01 .bg {
    background: url(../img/neck/mv_bg01_pc.jpg) no-repeat center center;
}

.cr_neck .parts_visual.n02 .cth {
    top: -15%;
}

.cr_neck .parts_visual.n02 .bg {
    background: url(../img/neck/mv_bg02_pc.jpg) no-repeat 31% bottom;
}

.cr_neck .parts_visual.n02 .image {
    max-width: 350px;
    margin: 20px auto 70px;
}

.cr_neck .parts_visual .image img {
    transform: translateY(10px);
}

.cr_neck .parts_movie a {
    background-image: url(../img/neck/movie_bg01.jpg);
}

.cr_neck .parts_visual .cth span {
    padding: 7px 35px 7px 16px;
}

.cr_neck .parts_special {
    padding: 76px 0 53px;
}

.cr_neck .parts_menu {
    padding: 45px 0 83px;
    background-color: transparent;
}

/* first */
.cr_neck .parts_first .image {
    max-width: 370px;
    margin: 7px auto -63px;
}

/* trouble */
.cr_neck .parts_trouble {
    padding: 129px 0 290px;
}

.cr_neck .parts_trouble .trouble_img img {
    transform: translateX(85px);
    max-width: 740px;
}

.cr_neck .parts_trouble .cr_list {
    display: flex;
    max-width: 920px;
    margin: 0 auto 63px;
}

.cr_neck .parts_trouble .cr_list li {
    height: 110px;
    margin: 0 5px;
}

.cr_neck .parts_trouble .trouble_img img {
    margin: 0 auto 33px;
}

/* approach */
.cr_neck .parts_approach.cr_approach01 .approach_point .cr_list li {
    font-size: 24px;
    line-height: 1.6;
    margin: 0 auto 10px;
    position: relative;
    padding-left: 26px;
    letter-spacing: 1.5px;
    max-width: 740px;
}

.cr_neck .parts_approach.cr_approach01 .approach_point .cr_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: -webkit-linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
    background: linear-gradient(to right, #aebfd1 27%, #c4a9c3 80%);
}

.cr_neck .parts_approach.cr_approach01 .approach_point .cr_list li:nth-child(3) {
    margin-bottom: 0;
}

.cr_neck .parts_approach.cr_approach01 .approach_point .cr_list li span {
    font-weight: bold;
}

.cr_neck .parts_approach.cr_approach02 .approach_point {
    text-align: center;
    margin-bottom: 93px;
}

.cr_neck .parts_approach.cr_approach02 .approach_point .cr_txt01 {
    padding-top: 7px;
    font-size: 17.5px;
}

.cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 {
    margin: 12px auto 18px;
}

.cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    width: 32.8%;
}

.cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 3%;
}

.cr_neck .parts_approach.cr_approach02 .approach_scene li {
    width: 292px;
}

.cr_neck .parts_approach .bg.adjust {
    padding: 343px 0 387px;
}

.cr_neck .parts_approach .approach_point .parts_hl02 {
    margin-bottom: 8px;
}

.cr_neck .parts_approach .approach_point {
    max-width: 840px;
    transform: translateX(10px);
    padding: 50px 40px 36px;
}

.cr_neck .parts_approach .bg {
    padding: 170px 0 84px;
}

.cr_neck .parts_approach .approach_scene ul {
    margin-bottom: 17px;
}

.cr_neck .parts_point {
    padding: 66px 0 113px;
}

.cr_neck .point_list .point_hl {
    line-height: 1.6;
}

.cr_neck .parts_point .point_list {
    margin: 69px auto 0;
}

.cr_neck .parts_point .point_list {
    justify-content: center;
}

.cr_neck .parts_point .point_list li {
    margin-bottom: 32px;
}

.cr_neck .parts_point .point_list li:nth-of-type(2) {
    margin: 0 38px 30px;
}

.cr_neck .parts_point .point_list li:nth-of-type(4) {
    margin-right: 38px;
}

.cr_neck .point_list .point_hl.adjust {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr_neck .point_list .point_hl.adjust .notes {
    font-size: 45%;
}

/* howto */
.cr_neck .parts_howto .cr_movie {
    padding-top: 105px;
}

.cr_neck .parts_howto .cr_movie .movie_tb {
    margin: 30px auto;
    position: relative;
    max-width: 500px;
}

.cr_neck .parts_howto {
    padding: 110px 0 70px;
}

.cr_neck .parts_howto .cr_movie .movie_tb:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: url(../img/cmn/play.png) no-repeat center center;
    background-size: 100%;
    pointer-events: none;
}

.cr_neck .parts_howto ul {
    justify-content: center;
}

.cr_neck .parts_howto ul li {
    margin: 0 35px;
    width: 23.2% !important;
}

.cr_neck .parts_howto .parts_hl01 {
    margin-bottom: 85px;
}

.cr_neck .parts_howto .cap {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0;
}

.cr_neck .parts_howto .image {
    margin-bottom: 15px;
    position: relative;
}

.cr_neck .parts_howto .image span {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: inline-block;
    transform: translateY(-50%);
    background-image: -moz-linear-gradient(-45deg, rgb(174, 191, 209) 0%, rgb(196, 169, 195) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(174, 191, 209) 0%, rgb(196, 169, 195) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(174, 191, 209) 0%, rgb(196, 169, 195) 100%);
    font-size: 20px;
    letter-spacing: .1em;
    padding: 10px 10px 10px 14px;
}

.cr_3dmicrofiller .parts_point .point_list .attention {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
    display: block;
}

.cr_neck .parts_more {
    background: #f3f4f6;
}

.cr_neck .parts_special .auto li:nth-child(3) .num {
    top: 0;
}

.cr_neck .parts_cart .parts_hl01 {
    color: #fff;
    transform: translateX(10px);
    margin-bottom: 40px;
}

.cr_neck .parts_cart {
    padding: 89px 0 40px;
}

.cr_neck .parts_cart .item_bg.adjust .txt_box .point_list {
    display: flex;
    justify-content: space-between;
}

.cr_neck .parts_cart .item_bg.adjust .txt_box .point_list li {
    width: 31%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
}

.cr_neck .parts_cart .item_bg.adjust .txt_box {
    width: 100%;
    margin-top: 27px;
}

.cr_neck .parts_cart .item_bg.adjust {
    display: block;
    padding: 34px 45px 46px;
}

.cr_neck .parts_cart .item_bg.adjust .image {
    width: 100%;
}

.cr_neck .parts_cart .item_bg.adjust .point_list .point_num span {
    font-family: 'Montserrat', sans-serif;
    background: #c40041;
    color: #fff;
    font-size: 13.2px;
    padding: 1px 11px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: .1em;
}

.cr_neck .parts_cart .item_bg.adjust .point_list .point_cap {
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.4;
}

.cr_neck .parts_cart .item_bg {
    margin-bottom: 60px;
}

.cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .image img {
    transform: translateX(17px);
}

.cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .image {
    margin-top: 70px;
}

.cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg {
    padding: 12px 24px 54px;
}

.cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .txt_box {
    margin-top: 0;
    width: 44.5%;
}

.cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .price span {
    letter-spacing: .05em;
    padding-left: 5px;
}

.cr_neck .parts_cart .size_s .parts_contact {
    padding: 16px 0;
    letter-spacing: 0.1em;
}

.cr_neck .parts_cart .item_bg .txt_box {
    margin-top: 14px;
}

.cr_neck .parts_cart .mod_inner:nth-of-type(4) .item_bg .price {
    transform: translateX(-3px);
}

.cr_neck .parts_cart .mod_inner:nth-of-type(4) .item_bg .name {
    margin-bottom: 3px;
}

.cr_neck .parts_cart .mod_inner:nth-of-type(4) .item_bg .attention {
    transform: translate(-4px, 2px);
}

.cr_neck .parts_spec {
    padding-top: 67px;
}

.cr_neck .parts_spec .product_box .image img {
    transform: translate(8px, -7px);
}

.cr_neck .parts_faq {
    padding: 91px 0 80px;
}

.cr_neck .parts_faq .parts_hl01 {
    margin-bottom: 44px;
}

.cr_neck .parts_faq dl dd span {
    font-size: 12.8px;
}

.cr_neck .parts_faq dl dt,
.parts_faq dl dd {
    line-height: 1.45;
}

.cr_neck .parts_faq dt,
.cr_neck .parts_faq dd {
    padding: 40px 40px 40px 100px;
}

.cr_neck .parts_faq dl:first-child dt,
.cr_neck .parts_faq dl:first-child dd {
    padding: 42px 40px 42px 100px;
}

.cr_neck .parts_guide .parts_hl02 {
    margin-bottom: 45px;
}

.cr_neck .parts_guide .flex .txt p+dl {
    margin-top: 50px;
}

.cr_neck .parts_guide .flex .col dd {
    line-height: 1.49;
}

.cr_neck .parts_guide .flex dl {
    padding-bottom: 45px;
}

.cr_neck .parts_guide .flex dl.adjust {
    padding-bottom: 35px;
}

.cr_neck .parts_guide .hl.adjust {
    margin-top: 25px;
}

.parts_guide .flex dl dd p+p.adjust {
    margin-top: 28px;
}

.cr_neck .parts_guide {
    background: #eee;
    padding: 80px 0 44px;
}

.cr_neck .satisfaction {
    padding: 70px 0 30px;
    text-align: center;
    background-color: #f3f4f6;
}

.cr_neck .satisfaction .parts_hl01 {
    font-size: 30px;
}

.cr_neck .satisfaction .parts_hl01 span {
    display: block;
    color: #c30141;
    font-size: 40px;
}

.cr_neck .satisfaction .image {
    margin-bottom: 14px;
}

.cr_neck .satisfaction .text.top {
    font-size: 25.6px;
    line-height: 1.35;
}

.cr_neck .satisfaction .attention_txt {
    margin-top: 27px;
    text-align: left;
}

.cr_neck .satisfaction .attention_txt ul {
    padding-left: 83px;
}

.cr_neck .satisfaction .attention_txt li {
    padding-left: 1.5em;
    font-size: 12px;
    line-height: 1.5;
}

.cr_neck .satisfaction .attention_txt li::before {
    content: "※";
    margin-left: -1.5em;
    margin-right: 5px;
}

.cr_neck .satisfaction .parts_approach .approach_point {
    padding: 40px 40px 87px;
    margin: 0 auto 35px;
}

.fig_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
}

.fig_list figcaption {
    margin-top: 10px;
}

.fig_heding {
    font-size: 1.2rem;
}

/* ============================================
breakpoint
============================================ */
@media only screen and (min-width:751px) {

    .fig_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 0;
    }

    .fig_heding {
        font-size: 1.8rem;
    }

    .addcart_btn:hover .parts_contact .s01,
    .addcart_btn:hover .parts_contact:after {
        border-color: #c40041;
    }


    .addcart_btn:hover .parts_contact,
    .addcart_btn:hover .parts_contact a {
        background: #fff;
        color: #c40041;
        border-color: #c40041;
    }

    .addcart_btn.cr_g:hover .parts_contact,
    .addcart_btn.cr_w:hover .parts_contact {
        background: #fff;
        color: #595757;
        border-color: #595757;
    }

    .parts_movie a:hover {
        height: 580px;
    }

    .parts_howto .arr,
    .parts_howto .swiper-slide-duplicate {
        display: none !important;
    }

    .parts_howto ul {
        display: flex;
        justify-content: space-between;
        transform: none !important;
    }

    .parts_howto ul li {
        width: 23% !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .parts_cart .item_bg {
        flex-flow: row nowrap;
    }

    .parts_cart .item_bg .addcart_btn {
        max-width: 340px;
        margin-left: 0;
    }

    .cr_3dmicrofiller .parts_howto ul li,
    .cr_tighteningmask .parts_howto ul li {
        width: 32% !important;
    }

    /* medilift */
    .cr_medilift .cr_voice01 .tab_item .tab_more:hover:after {
        bottom: -5px;
    }

    .cr_medilift .parts_trouble .cr_list li img {
        backface-visibility: hidden;
        max-width: none;
        width: auto;
        height: 100%;
    }

    .cr_medilift .parts_spec .product_box:nth-child(2) .image img {
        max-width: 540px;
        width: 100%;
        padding-top: 30px;
    }

    .cr_medilift .parts_spec .product_box:nth-child(3) .image img {
        max-width: 320px;
        width: 100%;
        margin-top: -90px;
        padding-left: 40px;
    }

    .cr_medilift .set .first .parts .col:first-child .parts_image img {
        max-width: 200px;
        margin: -10px auto 10px;
    }

    .cr_medilift .add_sheet_mask_cart .parts_cart .item_bg .addcart_btn .parts_content {
        padding: 17px 0;
    }

    /* eye */
    .cr_medilifteye #point02 .parts_point .point_list li {
        width: 44%;
    }

    .cr_medilifteye .parts_approach .bg {
        padding-bottom: 70px;
    }

    .cr_medilifteye .parts_approach .approach_point {
        margin-bottom: 80px;
    }

    .cr_medilifteye #point .parts_point {
        padding-top: 109px;
    }

    .cr_medilifteye #point02 .parts_point {
        padding-bottom: 25px;
    }

    .cr_medilifteye .parts_spec .product_box {
        align-items: flex-start;
    }

    .cr_medilifteye .parts_spec .product_box:nth-child(2) {
        margin-top: 75px;
    }

    .cr_medilifteye .parts_faq {
        padding-top: 0;
    }

    /* 3D */
    .cr_3dmicrofiller .parts_special .set+.addcart_btn.size_l .parts_contact:after {
        top: 35%;
    }

    .cr_3dmicrofiller .approach_point .parts_hl02.arr {
        padding-top: 10px;
        padding-bottom: 0;
        background-position: center top;
        margin-bottom: 10px;
    }

    .cr_3dmicrofiller .parts_approach .approach_point {
        margin-bottom: 35px;
    }

    .cr_3dmicrofiller .parts_point {
        padding-top: 84px;
        padding-bottom: 0;
    }

    .cr_3dmicrofiller .parts_point .point_list {
        margin-top: 54px;
    }

    .cr_3dmicrofiller .parts_howto {
        padding-top: 90px;
        padding-bottom: 115px;
    }

    .cr_tighteningmask .parts_spec .product_box {
        align-items: flex-start;
    }

    /* neck */
    .cr_neck .parts_cart .item_bg .addcart_btn {
        max-width: 342px;
    }

    .cr_neck .parts_trouble .cr_list li img {
        backface-visibility: hidden;
        max-width: none;
        width: auto;
        height: 100%;
    }
}

@media only screen and (max-width:750px) {
    #footer {
        margin-bottom: 84px;
    }

    /* ============================================
	parts
	============================================ */
    .parts_anchor {
        padding-top: 55px;
        margin-top: -55px;
    }

    /* contact */
    .size_s .addcart_btn {
        max-width: 250px;
        margin: 0 auto;
    }

    .size_s .parts_contact {
        padding: 13px 0;
        font-size: 14px;
        border-radius: 5px;
    }

    .size_l .parts_contact {
        padding: 24px 0;
        border-radius: 5px;
    }

    .size_l .parts_contact:after {
        right: 12px;
        width: 18px;
        height: 18px;
    }

    .size_l .parts_contact .s01 {
        padding: 3px 10px;
        font-size: 12px;
        margin: 0 20px 6px;
    }

    .size_l .parts_contact .s02 {
        font-size: 18px;
    }

    .fix_contact {
        width: 100%;
        padding: 10px;
    }

    .fix_contact .addcart_btn {
        /*max-width: 250px;*/
        max-width: 100%;
    }

    .fix_contact .s01 {
        font-size: 11px;
        margin-bottom: 4px;
    }

    /* hl */
    .parts_hl01 {
        font-size: 25px;
    }

    .parts_hl02 {
        font-size: 19px;
    }

    .parts_hl02.arr {
        background-size: 130px;
        padding-bottom: 0px;
    }

    .parts_title {
        font-size: 14px;
        padding: 14px 0;
    }

    /* visual */
    .parts_visual .bg {
        height: 414.5px;
        margin-bottom: 301px;
    }

    .parts_visual .box {
        position: relative;
        width: 100%;
        max-width: 300px;
        height: 311px;
        right: 0;
        bottom: auto;
        top: 385px;
        margin-left: -30px;
        padding: 35px 0 17px;
    }

    .parts_visual .box:before {
        right: -20px;
        bottom: -20px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .parts_visual .image {
        margin: 0 auto 10px;
        max-width: 255px;
    }

    .parts_visual .name {
        padding: 0 5px 0 30px;
        font-size: 14px;
    }

    .parts_visual .name small {
        font-size: 12px;
        margin-bottom: 0;
    }

    .parts_visual .cth {
        left: 15px;
        top: -18px;
    }

    .parts_visual .cth span {
        font-size: 18px;
        padding: 8px 0 8px 10px;
    }

    /* first */
    .parts_first {
        padding: 40px 0 20px;
        font-size: 25px;
        line-height: 1.6;
    }

    /* trouble */
    .parts_trouble {
        padding: 40px 0 269px;
    }

    .parts_trouble .parts_hl01 {
        margin-bottom: 35px;
    }

    .parts_trouble .parts_hl02:not(.arr) {
        margin: 0 auto 25px;
    }

    .parts_trouble .trouble_img {
        margin: 0 -8px;
    }

    .parts_trouble .trouble_img img {
        margin: 0 auto 27px;
    }

    /* approach */
    .parts_approach .bg {
        padding: 205px 0 43px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .parts_approach .approach_point {
        margin: 0 auto 25px;
        padding: 18px 25px;
    }

    .parts_approach .approach_scene ul {
        margin: 0 -10px 15px;
    }

    .parts_approach .approach_scene li {
        width: 100px;
        margin: 0 3px;
    }

    /* special */
    .parts_special {
        padding: 58px 0 17px;
    }

    .parts_special .special_hl01 {
        font-size: 19px;
        padding: 4px 0;
        margin-bottom: 15px;
    }

    .parts_special .special_hl02 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .parts_special .special_hl02 .s01 {
        font-size: 14px;
        padding: 1px;
        margin: 0 auto 6px;
        display: block;
        max-width: 80px;
    }

    .parts_special .special_hl02 .s02 {
        font-size: 19px;
        padding: 0;
    }

    .parts_special .set {
        display: block;
        margin: 0 -15px;
    }

    .parts_special .set .item_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .parts_special .set .set_hl {
        font-size: 28px;
        height: 55px;
    }

    .parts_special .set .set_hl small {
        font-size: 11px;
    }

    .parts_special .set .bg {
        padding: 0 15px 15px;
        min-height: 0;
    }

    .parts_special .set .parts {
        padding: 10px 0 20px;
        min-height: 0;
    }

    .parts_special .set .first .parts .col {
        width: 45%;
    }

    .parts_special .set .first .parts .parts_price {
        font-size: 11px;
    }

    .parts_special .set .first .parts .parts_price span {
        font-size: 12px;
    }

    .parts_special .set .first .parts .parts_image {
        width: 100%;
        max-width: 124px;
        margin: 0 auto;
    }

    .parts_special .set .second .parts .parts_image {
        max-width: 170px;
        margin-top: 0;
    }

    .parts_special .set .price {
        padding-top: 25px;
    }

    .parts_special .set .price .p01 {
        margin-bottom: 1px;
        font-size: 14px;
    }

    .parts_special .set .price .p02 .s01 {
        font-size: 14px;
        padding: 0 10px;
    }

    .parts_special .set .price .p02 .s02 {
        font-size: 28px;
        margin: 0;
    }

    .parts_special .set .price .p02 .s01,
    .parts_special .set .price .p02 .s03 {
        font-size: 14px;
    }

    .parts_special .set+.addcart_btn {
        margin-top: 32px;
    }

    .parts_special .attention {
        font-size: 9px;
        margin-top: 20px;
    }

    .parts_special .parts_contact+.attention {
        margin: 30px -15px 0;
    }

    .parts_special .auto {
        padding: 38px 0 41px;
    }

    .parts_special .auto .special_hl01 {
        margin-bottom: 20px;
    }

    .parts_special .auto li {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .parts_special .auto li:last-child {
        margin-bottom: 48px;
    }

    .parts_special .auto li span {
        font-size: 19px;
    }

    .parts_special .auto .num {
        font-size: 19px;
        width: 38px;
        height: 38px;
        padding-top: 8px;
        left: 0;
        top: 0;
    }

    .parts_special .auto li:nth-child(2) .num {
        top: -5px;
    }

    .parts_special .auto .txt {
        padding-left: 45px;
    }

    /* movie */
    .parts_movie {
        height: 125px;
    }

    .parts_movie a {
        top: 0;
        height: 100%;
        -webkit-transform: none;
        transform: none;
    }

    .parts_movie:after {
        background-size: 55px;
    }

    /* menu */
    .parts_menu {
        padding: 33px 0 28px;
    }

    .parts_menu li {
        font-size: 12px;
        background-size: 13px;
        padding: 4px 0 4px 18px;
        margin-right: 16px;
    }

    /* point */
    .parts_point {
        padding: 55px 0 25px;
    }

    .parts_point .point_list {
        margin: 48px auto 0;
        display: block;
    }

    .parts_point .point_list li {
        width: 100%;
        margin-bottom: 21px;
    }

    .point_list .point_num {
        margin-bottom: 10.5px;
        text-align: center;
        line-height: 1.6;
    }

    .point_list .point_num span {
        font-size: 11px;
    }

    .point_list .point_hl {
        font-size: 19px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .point_list .point_cap {
        font-size: 12px;
    }

    /* howto */
    .parts_howto {
        padding: 62px 0 50px;
    }

    .parts_howto .parts_hl01 span {
        font-size: 19px;
    }

    .parts_howto .parts_hl01 {
        margin: 0 -30px 34px;
    }

    .parts_howto .step_hl {
        font-size: 19px;
        text-align: center;
    }

    .parts_howto ul li {
        margin-right: 15px;
    }

    .parts_howto .cap {
        font-size: 11px;
    }

    .parts_howto .step_box {
        margin: 0 -30px;
        position: relative;
    }

    .parts_howto .step_box+.step_box {
        margin-top: 30px;
    }

    .parts_howto .step_box .swiper-container {
        padding-bottom: 43px;
    }

    .parts_howto .arr {
        z-index: 10;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        width: 100%;
        max-width: 160px;
    }

    .parts_howto .image {
        margin-bottom: 10px;
    }

    .parts_howto .arr .swiper-pagination-fraction {
        font-size: 11px;
        pointer-events: none;
    }

    .parts_howto .arr .swiper-pagination-fraction:after {
        content: "";
        width: 27px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        margin: auto;
        border-bottom: 1px solid #595757;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 22px;
        height: 22px;
        top: -3px;
        background: none !important;
    }

    .swiper-button-next:before,
    .swiper-button-prev:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 70%;
        height: 70%;
        border-left: 1px solid #adced5;
        border-top: 1px solid #adced5;
    }

    .swiper-button-prev:before {
        transform: rotate(-45deg);
    }

    .swiper-button-next:before {
        transform: rotate(135deg);
    }

    /* recommend */
    .parts_recommend {
        padding: 60px 0 0;
    }

    .parts_recommend .parts_visual {
        margin: 20px auto 350px;
    }

    /* spec */
    .parts_spec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .parts_spec .parts_hl01 {
        margin-bottom: 48px;
    }

    .parts_spec .product_box {
        display: block;
        margin: 0 -10px 30px !important;
    }

    .parts_spec .product_box .txt_box,
    .parts_spec .product_box .image {
        width: 100% !important;
        margin: 0 auto 13px;
    }

    .parts_spec dl {
        font-size: 11px;
        line-height: 1.8;
    }

    /* faq */
    .parts_faq {
        padding: 25px 0 50px;
    }

    .parts_faq .parts_hl01 {
        margin-bottom: 22px;
    }

    .parts_faq dl {
        width: 100%;
        min-height: 0;
    }

    .parts_faq dl dt,
    .parts_faq dl dd {
        display: block;
        width: 100%;
        padding: 20px 20px 20px 40px;
        background-size: 11px !important;
        background-position: 7px center;
        font-size: 12px;
    }

    .parts_faq dl dd span {
        font-size: 12px;
    }

    /* guide */
    .parts_guide {
        padding: 40px 0 50px;
    }

    .parts_guide .mod_inner {
        padding: 0 20px;
    }

    .parts_guide .hl {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .parts_guide .parts_hl02 {
        margin-bottom: 25px;
    }

    .parts_guide .info {
        font-size: 14px;
        padding-top: 20px;
    }

    .parts_guide .flex {
        display: block;
        font-size: 12px;
    }

    .parts_guide .flex .col {
        width: 100%;
    }

    .parts_guide .flex dl {
        padding-bottom: 25px;
    }

    .parts_guide .flex dl dt {
        padding-bottom: 10px;
    }

    .parts_guide .flex .txt p+dl {
        margin-top: 25px;
    }

    .parts_guide .flex .txt+.hl02,
    .parts_guide .flex dl dd p+p {
        margin-top: 20px;
    }

    /* more */
    .parts_more {
        padding-bottom: 38px;
    }

    .parts_more .more_hl01 {
        width: 90px;
        height: 90px;
        font-size: 19px;
        padding-top: 35px;
        margin-bottom: -33px;
    }

    .parts_more ul {
        margin: 0 -15px;
    }

    .parts_more .more_hl02 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .parts_more .more_txt01 {
        font-size: 11px;
    }

    .parts_more .more_txt01 span {
        font-size: 9px;
    }

    /* ============================================
	cart
	============================================ */
    .parts_cart {
        padding: 32px 0 40px;
    }

    /* cart_item */
    .parts_cart .item_bg {
        padding: 15px 15px 26px;
        margin: 0 -15px;
        display: block;
    }

    .parts_cart .item_bg .image,
    .parts_cart .item_bg .txt_box {
        width: 100%;
        margin-top: 0;
    }

    .parts_cart .item_bg .image img {
        margin: 0 auto 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .parts_cart .item_bg .category span {
        font-size: 11px;
        margin: 0 5px 5px 0;
    }

    .parts_cart .item_bg .category sup {
        font-size: 8px;
    }

    .parts_cart .item_bg .name {
        font-size: 12px;
        margin: 0;
    }

    .parts_cart .item_bg .color {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .parts_cart .item_bg .price {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .parts_cart .item_bg .price span {
        font-size: 28px;
    }

    /*
	.parts_cart .item_bg .addcart{
		border-radius: 5px;
		max-width: 100%;
		padding: 16px 0;
	}

	.parts_cart .item_bg .addcart_txt{
		font-size: 15px;
	}
	*/
    .parts_cart .item_bg .attention {
        font-size: 11px;
        margin-top: 4px;
    }

    /* form_item */
    .parts_cart .form_bg {
        margin-bottom: 25px;
    }

    .parts_cart .form_item {
        max-width: none;
        margin: 0 -10px;
        padding: 22px 10px 30px;
        display: block;
        text-align: center;
    }

    .parts_cart .form_item .form_name {
        width: 100%;
        font-size: 19px;
        margin-bottom: 17px;
    }

    .parts_cart .form_item .form_name span {
        font-size: 14px;
    }

    .parts_cart .form_item .form_name,
    .parts_cart .form_item .form_cart {
        width: 100%;
    }

    /* ============================================
	medilift
	============================================ */
    /* mv */
    .cr_medilift .parts_visual.n01 .bg {
        background: url(../img/medilift/mv_bg01_sp.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .cr_medilift .parts_visual.n02 .cth {
        top: -15%;
    }

    .cr_medilift .parts_visual.n02 .bg {
        background: url(../img/medilift/mv_bg02_sp.jpg) no-repeat 31% bottom;
    }

    .cr_medilift .parts_visual.n02 .image {
        max-width: 220px;
        margin-bottom: 25px;
    }

    /* first */
    .cr_medilift .parts_first .image {
        max-width: 265px;
    }

    /* under */
    .cr_medilift .cr_under {
        padding: 50px 0 260px;
    }

    .cr_medilift .cr_under .image {
        margin: 27px -15px 30px;
    }

    .cr_medilift .cr_under .image img {
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }

    .cr_medilift .cr_under .txt {
        font-size: 14px;
        text-align: left;
        margin: 18px auto 43px;
    }

    /* trouble */
    .cr_medilift .parts_trouble .trouble_img img {
        max-width: 333px;
        width: 100%;
    }

    .cr_medilift .parts_trouble .cr_list {
        display: block;
        margin: 0 auto 38px;
    }

    .cr_medilift .parts_trouble .cr_list li {
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .cr_medilift .parts_trouble .cr_list li:nth-child(1) {
        width: 215px;
        left: -20px;
        margin-bottom: 18px;
    }

    .cr_medilift .parts_trouble .cr_list li:nth-child(2) {
        width: 165px;
        left: -90px;
    }

    .cr_medilift .parts_trouble .cr_list li:nth-child(3) {
        width: 175px;
        right: -90px;
        margin-top: -88px;
    }

    /* approach */
    .cr_medilift .parts_approach.cr_approach01 .approach_point .cr_list li {
        font-size: 14px;
        padding-left: 19px;
        letter-spacing: 0;
    }

    .cr_medilift .parts_approach.cr_approach01 .approach_point .cr_list li:before {
        top: 8px;
        width: 7px;
        height: 7px;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_point {
        margin-bottom: 30px;
        margin-top: -71%;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_point .cr_txt01 {
        padding-top: 20px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.6;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image01 {
        margin: 0 auto 10px;
        max-width: 220px;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 {
        margin: 12px auto 18px;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(1),
    .cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(2) {
        display: block;
        width: 100%;
        margin: 0 auto 25px;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(1) {
        max-width: 190px;
    }

    .cr_medilift .parts_approach.cr_approach02 .approach_scene li {
        width: 130px;
    }

    /* bath */
    .cr_medilift .cr_bath .parts_hl01 {
        margin: 0 -30px 25px;
        letter-spacing: -1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .cr_medilift .cr_bath .parts_hl01 sup {
        font-size: 12px;
    }

    .cr_medilift .cr_bath .parts_hl01 span {
        font-size: 10px;
        margin-top: 5px;
    }

    .cr_medilift .cr_bath .cr_image {
        /* background: url(../img/medilift/bath_bg_sp.jpg) no-repeat center; */
        background: url(../img/medilift/bath_bg_sp2.jpg) no-repeat center;
        width: calc(100% + 60px);
        height: 285px;
        margin: 0 -30px -58px;
    }

    .cr_medilift .cr_bath .cr_message {
        width: 53px;
        height: 53px;
        font-size: 12px;
        padding-top: 11px;
        left: 15px;
        top: -25px;
    }

    .cr_medilift .cr_bath .form_cart .form_color {
        margin-bottom: 15px;
    }

    .cr_medilift .cr_bath .form_cart .form_color input.radio {
        left: 1px;
        top: 4px;
    }

    .cr_medilift .cr_bath .form_cart .form_color .radio_btn {
        font-size: 12px;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
    }

    /* howto */
    .cr_medilift .parts_howto .cr_movie {
        padding-top: 35px;
    }

    .cr_medilift .parts_howto .cr_movie .parts_hl02 {
        letter-spacing: -0.5px;
        margin: 0 -30px;
    }

    .cr_medilift .parts_howto .cr_movie .movie_tb {
        margin: 20px auto 0;
        max-width: 250px;
    }

    .cr_medilift .parts_howto .cr_movie .movie_tb:after {
        width: 55px;
        height: 55px;
    }

    /* media */
    .cr_medilift .cr_media {
        padding: 40px 0 36px;
    }

    .cr_medilift .cr_media .mod_inner {
        padding: 0 15px;
    }

    .cr_medilift .cr_media .media_head {
        display: block;
        margin-bottom: 15px;
    }

    .cr_medilift .cr_media .media_hl01 {
        width: 100%;
        font-size: 25px;
        text-align: center;
    }

    .cr_medilift .cr_media .media_image {
        width: 100%;
        padding: 0;
        margin: 23px auto 0;
        max-width: 270px;
    }

    .cr_medilift .cr_media .media_box {
        padding: 20px 15px 15px;
        font-size: 11px;
        text-align: center;
    }

    .cr_medilift .cr_media .media_box .media_hl02 {
        font-size: 19px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    /* voice01 */
    .cr_medilift .cr_voice01 {
        padding: 62px 0 10px;
    }

    .cr_medilift .cr_voice01 .parts_hl01 {
        margin-bottom: 15px;
    }

    .cr_medilift .cr_voice01 .tab_nav li {
        font-size: 14px;
        padding: 15px 0;
        margin: 0;
        width: 20%;
    }

    .cr_medilift .cr_voice01 .tab_nav li:after {
        height: 4px;
        bottom: -2px;
    }

    .cr_medilift .cr_voice01 .tab_item .comment_list {
        margin-bottom: 35px;
        display: block;
    }

    .cr_medilift .cr_voice01 .tab_item .comment_list li {
        padding-left: 15px;
        width: 100%;
        margin: 23px 0 0 !important;
        font-size: 11px;
    }

    .cr_medilift .cr_voice01 .tab_item .comment_hl {
        font-size: 14px;
        margin-bottom: 8px;
        height: auto !important;
    }

    .cr_medilift .cr_voice01 .tab_item .comment_hl:before {
        width: 8px;
        height: 8px;
        left: -15px;
    }

    .cr_medilift .cr_voice01 .tab_item .tab_more {
        font-size: 14px;
        padding-bottom: 18px;
    }

    .cr_medilift .cr_voice01 .tab_item .tab_more:after {
        width: 12px;
        height: 12px;
    }

    .cr_medilift .cr_voice01 .attention,
    .cr_medilift .cr_voice02 .attention {
        font-size: 9px;
    }

    /* voice02 */
    .cr_medilift .cr_voice02 {
        padding: 42px 0 40px;
    }

    .cr_medilift .cr_voice02 .mod_inner {
        padding: 0 15px;
    }

    .cr_medilift .cr_voice02 .parts_hl01 {
        margin-bottom: 61px;
    }

    .cr_medilift .cr_voice02 .pro_comment {
        margin-bottom: 56px;
    }

    .cr_medilift .cr_voice02 .pro_comment ul {
        display: block;
    }

    .cr_medilift .cr_voice02 .pro_comment ul li {
        width: 100%;
        margin-bottom: 85px;
    }

    .cr_medilift .cr_voice02 .pro_comment ul li:nth-child(2) {
        margin-bottom: 10px;
    }

    .cr_medilift .cr_voice02 .pro_comment .image {
        top: -45px;
        width: 137px;
    }

    .cr_medilift .cr_voice02 .pro_comment .image:after {
        left: 10px;
        bottom: -10px;
    }

    .cr_medilift .cr_voice02 .pro_comment .comment_bg {
        padding: 25px 20px;
        min-height: 0;
        margin: 0 -20px 0 25px;
    }

    .cr_medilift .cr_voice02 .pro_comment .comment_hl {
        font-size: 14px;
        max-width: 100%;
        padding-left: 120px;
        margin-bottom: 32px;
        min-height: 90px;
    }

    .cr_medilift .cr_voice02 .pro_comment .comment_hl span {
        font-size: 12px;
        padding-top: 2px;
    }

    .cr_medilift .cr_voice02 .pro_comment .comment_txt {
        font-size: 12px;
    }

    .cr_medilift .cr_voice02 .insta_comment .insta_hl {
        font-size: 19px;
        margin-bottom: 23px;
    }

    .cr_medilift .cr_voice02 .insta_comment ul {
        padding: 15px 5px 12px;
        margin-bottom: 7px;
    }

    /* recommend */
    .cr_medilift .parts_recommend .point_list {
        margin: 36px auto 80px;
        text-align: center;
    }

    .cr_medilift .parts_recommend .point_list>li {
        position: relative;
        width: 100% !important;
        margin-bottom: 15px;
        margin-top: 0 !important;
    }

    .cr_medilift .parts_recommend .cl_list_sub {
        font-size: 10px;
        line-height: 1.4;
        margin: 15px -30px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .cr_medilift .parts_recommend .cl_list_sub li {
        margin: 0 0 15px 2%;
        width: 30%;
    }

    .cr_medilift .parts_recommend .cl_list_sub img {
        max-width: 85px;
    }

    .cr_medilift .parts_recommend .point_list .point_cap {
        line-height: 1.6;
    }

    .cr_medilift .parts_recommend .cl_list_sub+.attention {
        position: absolute;
        right: 0;
        bottom: 17px;
        font-size: 10px;
    }

    .cr_medilift .parts_recommend .point_list sup,
    .cr_medilift .parts_recommend .point_list .attention,
    .cr_3dmicrofiller .parts_point .point_list .attention {
        font-size: 9px;
    }

    .cr_medilift #gel+.parts_cart .item_bg .image img {
        max-width: 155px;
    }

    .cr_medilift .parts_spec .product_box:nth-child(3) .image img {
        max-width: 130px;
        display: block;
        margin: auto;
    }

    .cr_medilifteye .parts_spec .product_box .image {
        max-width: 190px;
    }

    .cr_medilift .cr_under .parts_hl02 {
        margin: 0 -30px 0;
        letter-spacing: -0.5px;
    }

    .cr_medilift .satisfaction .parts_approach .approach_point {
        padding: 10px 25px;
        margin: 0 auto 25px;
    }

    .cr_medilift .satisfaction .parts_hl01 {
        font-size: 20px;
    }

    .cr_medilift .satisfaction .parts_hl01 span {
        font-size: 25px;
    }

    .cr_medilift .satisfaction .text.top {
        font-size: 16px;
        text-align: justify;
    }

    .cr_medilift .satisfaction .attention_txt ul {
        padding-left: 0;
    }

    .cr_medilift .satisfaction .image {
        margin: 15px 0;
    }

    .cr_medilift .satisfaction .image img {
        max-width: 150px;
    }

    .cr_medilift .satisfaction .text.top br {
        display: none;
    }

    .cr_medilift .satisfaction .attention_txt {
        margin-top: 15px;
    }

    .cr_medilift .satisfaction .attention_txt li {
        font-size: 11px;
    }

    .cr_medilift .parts_special {
        padding: 50px 0 53px;
    }

    .cr_medilift .satisfaction {
        padding: 50px 0 20px;
    }

    /* シートマスク 2020.03.15追加 */
    .cr_medilift .parts_recommend.add_sheet_mask .parts_visual .box {
        height: 330px;
        padding-top: 55px;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .image {
        margin: 15px auto;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .cth span.attention {
        font-size: 11px;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .parts_visual.n02 .bg {
        margin-bottom: 370px;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .point_list {
        margin: 36px auto 20px;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .cl_list_sub li {
        margin: 0px 6px;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .graph {
        margin-top: 20px;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cr_medilift .parts_recommend.add_sheet_mask .graph .txt_box .text {
        font-size: 12px;
    }

    .parts_spec .product_box .image.adjust img {
        max-width: 200px;
    }

    /* シートマスク end 2020.03.15追加 */

    /* ============================================
	eye
	============================================ */
    .cr_medilifteye .parts_visual.n01 .bg {
        background: url(../img/medilifteye/mv_bg01_sp.jpg) no-repeat center center;
    }

    .cr_medilifteye .parts_visual.n02 .bg {
        background: url(../img/medilifteye/mv_bg02_sp.jpg) no-repeat center bottom;
    }

    .cr_medilifteye .parts_visual.n03 .bg {
        background: url(../img/medilift/mv_bg02_sp.jpg) no-repeat center bottom;
    }

    .cr_medilifteye .parts_visual.n02 .bg {
        background-position: left center;
    }

    .cr_medilifteye .parts_visual.n02 .cth {
        top: -65px;
    }

    .cr_medilifteye .parts_first {
        padding-bottom: 55px;
    }

    .cr_medilifteye .parts_trouble .trouble_img img {
        max-width: 340px;
        width: 100%;
    }

    .cr_medilifteye .parts_approach .approach_point {
        padding-top: 17px;
        margin-bottom: 40px;
    }

    .cr_medilifteye .parts_approach .point_list .attention {
        font-size: 11px;
        margin: 14px auto 25px;
    }

    .cr_medilifteye .parts_approach .point_list li:nth-child(1) .image {
        margin: 0 -10px 5px;
    }

    .cr_medilifteye .parts_approach .point_list li:nth-child(1) .image img {
        max-width: 315px;
        margin: 0 auto 10px;
        display: block;
    }

    .cr_medilifteye .parts_approach .point_list li:nth-child(1) .image img,
    .cr_medilifteye .parts_approach .point_list li .sub_cap dl {
        width: 100%;
        float: none !important;
    }

    .cr_medilifteye .parts_approach .point_list li .sub_cap {
        margin: 0 -10px 30px;
    }

    .cr_medilifteye .parts_approach .point_list li .sub_cap dl dt {
        font-size: 15px;
        padding: 3px 0;
    }

    .cr_medilifteye .parts_approach .point_list li .sub_cap dl dd {
        font-size: 11px;
        margin-bottom: 8px;
        text-align: left;
    }

    .cr_medilifteye .parts_approach .point_list li:nth-child(2) .image {
        margin: 25px auto 0;
    }

    .cr_medilifteye .parts_trouble .parts_hl02.arr,
    .cr_medilifteye .parts_recommend .parts_hl01,
    .cr_medilifteye #point02 .parts_hl01,
    .cr_medilifteye #point02 .point_list .point_hl {
        margin-left: -30px;
        margin-right: -30px;
    }

    .cr_medilifteye .parts_visual .image {
        max-width: 270px;
        /*margin: -15px auto;*/
        margin: 10px auto 5px;
    }

    .cr_medilifteye .parts_spec .product_box:nth-child(2) .image img {
        max-width: 160px;
    }

    /* ============================================
	3dmicrofiller
	============================================ */

    .cr_3dmicrofiller .parts_visual .box {
        height: 370px;
    }

    .cr_3dmicrofiller .parts_visual.n01 .bg {
        background: url(../img/3dmicrofiller/mv_bg01_sp.jpg) no-repeat center center;
        height: 480.5px;
    }

    .cr_3dmicrofiller .parts_special {
        padding-bottom: 95px;
    }

    .cr_3dmicrofiller .parts_visual .cth,
    .cr_tighteningmask .parts_visual .cth {
        top: -40px;
    }

    .cr_3dmicrofiller .parts_visual .cth,
    .cr_tighteningmask .parts_visual .cth {
        width: 100%;
    }

    .cr_3dmicrofiller .parts_visual .cth span,
    .cr_tighteningmask .parts_visual .cth span {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .cr_3dmicrofiller .parts_visual .cth sup,
    .cr_3dmicrofiller .parts_visual .cth small,
    .cr_tighteningmask .parts_visual .cth sup,
    .cr_tighteningmask .parts_visual .cth small {
        font-size: 10px;
    }

    .cr_3dmicrofiller .parts_visual .image,
    .cr_tighteningmask .parts_visual .image {
        margin: 25px auto -15px;
    }

    .cr_3dmicrofiller .parts_first,
    .cr_tighteningmask .parts_first {
        padding-bottom: 50px;
    }

    .cr_3dmicrofiller .parts_special .set .first .parts .parts_image {
        max-width: 180px;
        margin-bottom: 10px;
    }

    .cr_3dmicrofiller .parts_special .attention,
    .cr_tighteningmask .parts_special .attention {
        max-width: none;
        margin: 28px auto 20px;
    }

    .cr_3dmicrofiller .parts_trouble .trouble_img img {
        max-width: 335px;
        width: 100%;
    }

    .cr_3dmicrofiller .parts_trouble .parts_hl02.arr {
        letter-spacing: -1px;
    }

    .cr_3dmicrofiller .parts_trouble .parts_hl02.arr span {
        margin-bottom: 30px;
    }

    .cr_3dmicrofiller .parts_point .parts_hl01 sup {
        font-size: 14px;
    }

    .cr_3dmicrofiller .parts_point .parts_hl01 span {
        font-size: 9px;
        margin-top: 10px;
    }

    .cr_3dmicrofiller .parts_point .point_list {
        margin-top: 21px;
    }

    .cr_3dmicrofiller .parts_more {
        padding-bottom: 40px;
        margin-bottom: -25px;
    }

    .cr_3dmicrofiller .parts_more .more_hl02 {
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .cr_3dmicrofiller .parts_more .more_hl02 span {
        width: 100%;
    }

    .cr_3dmicrofiller .parts_more ul li:nth-child(n+2) .more_hl02 {
        font-size: 11px;
        line-height: 1.4;
    }

    .cr_3dmicrofiller .parts_more .more_hl03 {
        font-size: 14px;
        margin: 7px auto 20px;
    }

    .cr_3dmicrofiller .approach_point .txt01 {
        font-size: 14px;
        padding: 14px 0 12px;
    }

    .cr_3dmicrofiller .approach_point .txt01 sup,
    .cr_3dmicrofiller .approach_point .txt01 span {
        font-size: 9px;
    }

    .cr_3dmicrofiller .approach_point .image01 {
        margin: 30px auto 36px;
    }

    .cr_3dmicrofiller .approach_point .image01 img {
        max-width: 488px;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .cr_3dmicrofiller .approach_point .txt01,
    .cr_3dmicrofiller .parts_hl02.arr,
    .cr_3dmicrofiller #point .point_list .point_hl,
    .cr_3dmicrofiller .parts_more .more_hl03,
    .cr_3dmicrofiller .cr_effect .parts_hl01 {
        /* margin-left: -30px;
		margin-right: -30px; */
        margin-left: -15px;
        margin-right: -15px;
    }

    .cr_3dmicrofiller .approach_point .image02 {
        margin: 27px auto 0;
    }

    .cr_3dmicrofiller .approach_point .image02 img {
        float: none !important;
        width: 100%;
        max-width: 290px;
        margin-bottom: 10px;
    }

    .cr_3dmicrofiller .parts_point .point_list .point_hl sup {
        font-size: 12px;
    }

    .cr_3dmicrofiller .parts_point .point_list .image {
        margin-bottom: 23px;
    }

    .cr_3dmicrofiller .parts_point .point_list .cr_micro {
        padding: 20px 20px 30px;
        margin-bottom: 90px;
    }

    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_text,
    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_image {
        float: none;
        width: 100%;
    }

    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_hl {
        font-size: 14px;
        margin: 15px 0 8px;
    }

    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_hl:before {
        width: 8px;
        height: 8px;
    }

    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_hl,
    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_cap {
        padding-left: 15px;
    }

    .cr_3dmicrofiller .parts_point .point_list .cr_micro .cr_micro_cap {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .cr_3dmicrofiller .cr_effect,
    .cr_tighteningmask .cr_effect {
        padding: 30px 0 40px;
    }

    .cr_3dmicrofiller .cr_effect .parts_hl01 {
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    .cr_3dmicrofiller .cr_effect ul {
        margin-bottom: 0;
    }

    .cr_3dmicrofiller .cr_effect ul li {
        float: none;
        width: 100%;
        max-width: 315px;
        margin: 0 auto 28px !important;
    }

    .cr_3dmicrofiller .cr_effect .attention,
    .cr_3dmicrofiller .cr_effect .attention span {
        font-size: 9px;
    }

    .cr_3dmicrofiller .parts_first .mod_inner,
    .cr_tighteningmask .parts_first .mod_inner {
        padding: 0;
    }

    /* ============================================
	tighteningmask
	============================================ */
    .cr_tighteningmask .parts_visual.n01 .bg {
        background: url(../img/tighteningmask/mv_bg01_sp.jpg) no-repeat center center;
    }

    .cr_tighteningmask .parts_trouble .trouble_img img {
        max-width: 335px;
    }

    .cr_tighteningmask .approach_point .point_list .image {
        margin: 30px auto 0;
    }

    .cr_tighteningmask .cr_effect .parts_hl01 {
        margin-bottom: 27px;
    }

    .cr_tighteningmask .cr_effect .cr_txt {
        text-align: left;
        font-size: 14px;
    }

    .cr_tighteningmask #point .parts_point {
        padding-top: 53px;
    }

    .cr_tighteningmask .cr_graph {
        padding: 50px 0 70px;
    }

    .cr_tighteningmask .parts_special .set .first .parts .parts_image {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .cr_tighteningmask .parts_approach .approach_point {
        padding-top: 35px;
    }

    .cr_tighteningmask .approach_point .point_list .image {
        max-width: 315px;
    }

    .cr_tighteningmask .cr_graph .image,
    .cr_tighteningmask .cr_effect .image {
        max-width: 345px;
    }

    .cr_tighteningmask #point .parts_point .image {
        max-width: 300px;
    }

    .cr_3dmicrofiller .parts_spec .product_box .image,
    .cr_tighteningmask .parts_spec .product_box .image {
        max-width: 180px;
    }


    /* ============================================
	neck
	============================================ */

    .cr_neck .parts_visual.n01 .fv img {
        width: 100%;
    }


    /* mv */
    .cr_neck .parts_visual.n01 .bg {
        background: url(../img/neck/mv_bg01_sp.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .cr_neck .parts_visual.n02 .cth {
        top: -15%;
    }

    .cr_neck .parts_visual.n02 .bg {
        background: url(../img/neck/mv_bg02_sp.jpg) no-repeat 31% bottom;
    }

    .cr_neck .parts_visual.n02 .image {
        max-width: 220px;
        margin-bottom: 25px;
    }

    /* first */
    .cr_neck .parts_first .image {
        max-width: 265px;
    }

    /* trouble */
    .cr_neck .parts_trouble .trouble_img img {
        max-width: 333px;
        width: 100%;
    }

    .cr_neck .parts_trouble .cr_list {
        display: block;
        margin: 0 auto 38px;
    }

    .cr_neck .parts_trouble .cr_list li {
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    .cr_neck .parts_trouble .cr_list li:nth-child(1) {
        width: 215px;
        left: -20px;
        margin-bottom: 18px;
    }

    .cr_neck .parts_trouble .cr_list li:nth-child(2) {
        width: 165px;
        left: -90px;
    }

    .cr_neck .parts_trouble .cr_list li:nth-child(3) {
        width: 175px;
        right: -90px;
        margin-top: -88px;
    }

    .cr_neck .parts_trouble {
        padding: 40px 0 290px;
    }

    .cr_neck .parts_menu {
        padding: 33px 0 28px;
    }

    .cr_neck .parts_trouble .trouble_img img {
        transform: initial;
    }

    .cr_neck .parts_approach .bg.adjust {
        padding: 325px 0 300px;
    }

    .cr_neck .parts_approach .approach_point {
        transform: initial;
        padding: 18px 25px;
    }

    /* approach */
    .cr_neck .parts_approach.cr_approach01 .approach_point .cr_list li {
        font-size: 14px;
        padding-left: 19px;
        letter-spacing: 0;
    }

    .cr_neck .parts_approach.cr_approach01 .approach_point .cr_list li:before {
        top: 8px;
        width: 7px;
        height: 7px;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_point {
        margin-bottom: 30px;
        margin-top: 25%;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_point .cr_txt01 {
        padding-top: 20px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.6;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_point .cr_image01 {
        margin: 0 auto 10px;
        max-width: 220px;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 {
        margin: 12px auto 18px;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(1),
    .cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(2) {
        display: block;
        width: 100%;
        margin: 0 auto 25px;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_point .cr_image02 img:nth-child(1) {
        max-width: 190px;
    }

    .cr_neck .parts_approach.cr_approach02 .approach_scene li {
        width: 130px;
    }

    .cr_neck .parts_approach .bg {
        padding: 170px 0 43px;
    }

    /* howto */
    .cr_neck .parts_howto .cr_movie {
        padding-top: 35px;
    }

    .cr_neck .parts_howto .cr_movie .parts_hl02 {
        letter-spacing: -0.5px;
        margin: 0 -30px;
    }

    .cr_neck .parts_howto .cr_movie .movie_tb {
        margin: 20px auto 0;
        max-width: 250px;
    }

    .cr_neck .parts_howto .cr_movie .movie_tb:after {
        width: 55px;
        height: 55px;
    }

    .cr_neck .parts_howto {
        padding: 62px 0 50px;
    }

    .cr_neck .parts_howto .parts_hl01 {
        margin-bottom: 54px;
    }

    .cr_neck .parts_howto ul li {
        width: 100% !important;
        padding: 0 30px 50px;
        margin: 0 auto;
        max-width: 260px;
    }

    .cr_neck .parts_howto ul li:last-child {
        padding-bottom: 0;
    }

    .cr_neck .parts_howto ul {
        display: block;
    }

    .cr_neck .parts_howto .cap {
        font-size: 11px;
    }

    .cr_neck .parts_howto .image img {
        width: 100%;
    }

    .cr_neck .parts_howto .image span {
        font-size: 19px;
    }

    .cr_neck .parts_spec .product_box:nth-child(3) .image img {
        max-width: 130px;
        display: block;
        margin: auto;
    }

    .cr_neck .parts_spec .product_box .image {
        max-width: 190px;
    }

    .cr_neck .parts_point .point_list li {
        margin-bottom: 21px;
    }

    .cr_neck .parts_point .point_list li:nth-of-type(2) {
        margin: 0 0 21px;
    }

    .cr_neck .parts_point {
        padding: 55px 0 25px;
    }

    .cr_neck .parts_point .point_list {
        margin: 48px auto 0;
    }

    .cr_neck .parts_cart .parts_hl01 {
        transform: initial;
    }

    .cr_neck .parts_cart .item_bg.adjust,
    .cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg {
        display: block;
        padding: 15px 15px 26px;
    }

    .cr_neck .parts_cart .item_bg.adjust .txt_box .point_list {
        display: block;
    }

    .cr_neck .parts_cart .item_bg.adjust .txt_box .point_list li {
        width: 100%;
        margin-bottom: 21px;
    }

    .cr_neck .parts_cart .item_bg.adjust .txt_box .point_list li:last-child {
        margin-bottom: 0;
    }

    .cr_neck .parts_cart .item_bg.adjust .point_list .point_cap {
        font-size: 12px;
    }

    .cr_neck .parts_cart .item_bg.adjust .point_list .point_num span {
        font-size: 11px;
    }

    .cr_neck .parts_cart .item_bg {
        margin-bottom: 30px;
    }

    .cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .txt_box {
        width: 100%;
    }

    .cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .image img {
        transform: initial;
        max-width: 155px;
    }

    .cr_neck .parts_cart .mod_inner:nth-of-type(3) .item_bg .image {
        margin-top: 0;
    }

    .cr_neck .parts_faq dl:first-child dt,
    .cr_neck .parts_faq dl:first-child dd,
    .cr_neck .parts_faq dl dt,
    .cr_neck .parts_faq dl dd {
        padding: 20px 20px 20px 40px;
    }

    .cr_neck .parts_faq {
        padding: 25px 0 50px;
    }

    .cr_neck .parts_guide {
        background: #eee;
        padding: 40px 0 50px;
    }

    .cr_neck .parts_guide .parts_hl02 {
        margin-bottom: 25px;
    }

    .cr_neck .parts_guide .flex .txt p+dl {
        margin-top: 25px;
    }

    .cr_neck .parts_guide .flex dl.adjust {
        padding-bottom: 25px;
    }

    .cr_neck .parts_guide .flex dl {
        padding-bottom: 25px;
    }

    .cr_neck .parts_guide .hl.adjust {
        margin-top: 0;
    }

    .cr_neck .parts_spec {
        padding-top: 40px;
    }

    .cr_neck .parts_cart {
        padding: 32px 0 40px;
    }

    .cr_neck .satisfaction .parts_approach .approach_point {
        padding: 10px 25px;
        margin: 0 auto 25px;
    }

    .cr_neck .satisfaction .parts_hl01 {
        font-size: 20px;
    }

    .cr_neck .satisfaction .parts_hl01 span {
        font-size: 25px;
    }

    .cr_neck .satisfaction .text.top {
        font-size: 16px;
        text-align: justify;
    }

    .cr_neck .satisfaction .attention_txt ul {
        padding-left: 0;
    }

    .cr_neck .satisfaction .image {
        margin: 15px 0;
    }

    .cr_neck .satisfaction .image img {
        max-width: 150px;
    }

    .cr_neck .satisfaction .text.top br {
        display: none;
    }

    .cr_neck .satisfaction .attention_txt {
        margin-top: 15px;
    }

    .cr_neck .satisfaction .attention_txt li {
        font-size: 11px;
    }

    .cr_neck .parts_special {
        padding: 50px 0 53px;
    }

    .cr_neck .satisfaction {
        padding: 50px 0 20px;
    }

}

/* ============================================
	mask
	============================================ */

.cr_mask .form_cart .form_color02 {
    display: flex;
    max-width: 340px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.cr_mask .form_cart .form_color02 span {
    width: 32.5%;
    position: relative;
}

.cr_mask .form_cart .form_color02 input.radio {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 18px;
    height: 18px;
    z-index: 2;
}

.cr_mask .form_cart .form_color02 .radio_btn {
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #bbb;
    text-align: center;
    padding: 8px 0 8px 25px;
    display: inline-block;
}

.cr_mask .form_cart .form_color02 input:checked+.radio_btn {
    background: #000;
    border-color: #000;
    color: #fff;
}

.cr_mask .form_cart .form_02b_btm,
.cr_mask .form_cart .form_02c_btm {
    display: none;
}


@media only screen and (max-width: 750px) {
    .cr_medilift .cr_bath .form_cart .form_color02 {
        margin-bottom: 15px;
    }

    .cr_medilift .cr_bath .form_cart .form_color02 input.radio {
        left: 1px;
        top: 4px;
    }

    .cr_medilift .cr_bath .form_cart .form_color02 .radio_btn {
        font-size: 12px;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
    }
}

/******************************************************/
/* 
.cr_micro2{
	background-color:#e7dfd8;
	padding:70px 50px;
}
@media only screen and (max-width: 750px){
	.cr_micro2{
		padding:30px 20px;
	}
}
.cr_micro2_title{
	margin-bottom:60px;
}
@media only screen and (max-width: 750px){
	.cr_micro2_title{
		margin-bottom:20px;
	}
}
.cr_micro2_title h4{
	font-size:34px;
}
@media only screen and (max-width: 750px){
	.cr_micro2_title h4{
		font-size:16px;
	}
}
.cr_micro2_title h4 span{
	font-size:44px;
	color:#FFF;
	background-color:#9f724b;
	display:inline-block;
	padding:0 10px;
	margin-right:10px;
}
@media only screen and (max-width: 750px){
	.cr_micro2_title h4 span{
		font-size:20px;
		padding:0 5px;
		margin-right:0px;
	}
}
.cr_micro2_text{
	margin-bottom:50px;
}
@media only screen and (max-width: 750px){
	.cr_micro2_text{
		margin-bottom:20px;
	}
}
.cr_micro2_text p{
	font-size:18px;
	text-align:left;
}
@media only screen and (max-width: 750px){
	.cr_micro2_text p{
		font-size:12px;
	}
}
.cr_micro2_text p span{
	font-size:80%;
} */
.cr_micro2 {
    background-color: #e7dfd8;
    padding: 30px;
    max-width: 950px;
    margin: auto;
    margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2 {
        padding: 15px;
    }
}

.cr_micro2_title {
    font-size: 29px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_title {
        font-size: 19px;
        margin-bottom: 20px;
    }
}

.cr_micro2_title_main {
    font-size: 56px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_title_main {
        font-size: 25px;
    }
}

.cr_micro2_title_sub {
    font-size: 35px;
    display: inline-block;
    padding: 10px 40px;
    line-height: 1em;
    background-color: #9f724b;
    color: #FFF;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_title_sub {
        font-size: 22px;
        padding: 5px 20px;
    }
}

.cr_micro2_blockarea {
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_blockarea {
        display: block;
        margin-bottom: 20px;
    }
}

.cr_micro2_block_image {
    width: 40%;
    margin-right: 40px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_block_image {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.cr_micro2_block_text {
    width: calc(60% - 40px);
    text-align: left;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_block_text {
        width: 100%;
    }
}

.cr_micro2_block_text p {
    letter-spacing: 1.4px;
    line-height: 1.8em;
    font-size: 16px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_block_text p {
        letter-spacing: normal;
        font-size: 12px;
    }
}

.cr_micro2_block_text p span {
    font-size: 70%;
    vertical-align: super;
}

.cr_micro2_itemlist {
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_itemlist {
        display: block;
        margin-bottom: 20px;
    }
}

.cr_micro2_item {
    width: calc(33% - 47px);
    margin-right: 70px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.cr_micro2_item:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_item:last-child {
        margin-bottom: 0px;
    }
}

.cr_micro2_item img {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_item img {
        margin: auto;
        margin-bottom: 15px;
    }
}

.cr_micro2_note {
    text-align: right;
    font-size: 10px;
}

.cr_micro2_item_title {
    margin-bottom: 10px;
    text-align: left;
    color: #ac876a;
    font-size: 23px;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_item_title {
        margin-bottom: 5px;
        font-size: 18px;
    }
}

.cr_micro2_item_text {
    font-size: 13px;
    text-align: left;
}

@media only screen and (max-width: 750px) {
    .cr_micro2_item_text {
        font-size: 12px;
    }
}

.cr_micro2_item_text span {
    font-size: 70%;
    vertical-align: super;
}

/******************************************************/

.micro_filler_eye1 .cr_3dmicrofiller .parts_visual .bg {
    background: url(../img/3d-micro-filler-eye/mv_bg01_pc.jpg) no-repeat center center;
}

@media only screen and (max-width: 750px) {
    .micro_filler_eye1 .cr_3dmicrofiller .parts_visual .bg {
        background: url(../img/3d-micro-filler-eye/mv_bg01_sp.jpg) no-repeat center center;
        height: 414.5px;
        margin-bottom: 430px;
    }
}

.micro_filler_eye1 .parts_visual .box {
    height: 630px;
    padding-top: 50px;
}

@media only screen and (max-width: 750px) {
    .micro_filler_eye1 .parts_visual .box {
        height: 430px;
    }
}

.micro_filler_eye1 .material {}

@media only screen and (max-width:751px) {
    .micro_filler_eye1 .material {
        font-size: 12px;
    }
}

.micro_filler_eye1 .material .col12 {
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: left;
}

@media only screen and (max-width:751px) {
    .micro_filler_eye1 .material .col12 {
        width: 100%;
        padding: 15px;
    }
}

.micro_filler_eye1 .material .sub-section__ttl {
    font-size: 1.7rem;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (max-width:751px) {
    .micro_filler_eye1 .material .sub-section__ttl {
        font-size: 25px;
        text-align: center;
    }
}

.micro_filler_eye1 .material_block {
    display: flex;
}

@media only screen and (max-width:751px) {
    .micro_filler_eye1 .material_block {
        display: block;
    }
}

.micro_filler_eye1 .material_block .col3 {
    width: 25%;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: center;
}

@media only screen and (max-width:751px) {
    .micro_filler_eye1 .material_block .col3 {
        width: 100%;
        padding: 15px;
    }
}

.micro_filler_eye1 .material_block .strong {
    font-weight: 600;
}

.micro_filler_eye1 .material_block .pb-1em {
    padding-bottom: 1rem !important;
}

.micro_filler_eye1 .material_block sup,
.micro_filler_eye1 .material_block span.sup {
    font-size: 0.75em;
    font-weight: 200;
    vertical-align: top;
}

.micro_filler_eye1 .material_block .dib {
    display: inline-block;
}

.micro_filler_eye1 .material .small {
    font-size: 80%;
}


/******************************************************/

.medi_lift_cream1 .cr_3dmicrofiller .parts_visual .bg {
    background: url(../img/medi-lift-cream/mv_bg01_pc.jpg) no-repeat center center;
}

@media only screen and (max-width: 750px) {
    .medi_lift_cream1 .cr_3dmicrofiller .parts_visual .bg {
        background: url(../img/medi-lift-cream/mv_bg01_sp.jpg) no-repeat center center;
        /* height: 414.5px; */
        margin-bottom: 355px;
    }
}

.medi_lift_cream1 .parts_visual .box {
    height: 555px;
    padding-top: 35px;
}

@media only screen and (max-width: 750px) {
    .medi_lift_cream1 .parts_visual .box {
        height: 360px;
        padding-top: 20px;
    }
}

.medi_lift_cream1 .material {}

@media only screen and (max-width:751px) {
    .medi_lift_cream1 .material {
        font-size: 12px;
    }
}

.medi_lift_cream1 .material .col12 {
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: left;
}

@media only screen and (max-width:751px) {
    .medi_lift_cream1 .material .col12 {
        width: 100%;
        padding: 15px;
    }
}

.medi_lift_cream1 .material .sub-section__ttl {
    font-size: 1.7rem;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (max-width:751px) {
    .medi_lift_cream1 .material .sub-section__ttl {
        font-size: 25px;
        text-align: center;
    }
}

.medi_lift_cream1 .material_block {
    display: flex;
}

@media only screen and (max-width:751px) {
    .medi_lift_cream1 .material_block {
        display: flex;
        flex-wrap: wrap;
    }
}

.medi_lift_cream1 .material_block .col3 {
    width: 25%;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: center;
}

@media only screen and (max-width:751px) {
    .medi_lift_cream1 .material_block .col3 {
        width: 100%;
        padding: 15px;
    }
}

.medi_lift_cream1 .material_block .row-5 {
    width: 20% !important;
    vertical-align: top !important;
    padding: 30px 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: center;
}

@media only screen and (max-width:751px) {
    .medi_lift_cream1 .material_block .row-5 {
        width: 50% !important;
        vertical-align: top !important;
        padding: 15px;
    }
}

.medi_lift_cream1 .material .strong {
    font-weight: 600;
}

.medi_lift_cream1 .material_block .pb-1em {
    padding-bottom: 1rem !important;
}

.medi_lift_cream1 .material_block sup,
.medi_lift_cream1 .material_block span.sup {
    font-size: 0.75em;
    font-weight: 200;
    vertical-align: top;
}

.medi_lift_cream1 .material_block .dib {
    display: inline-block;
}

.medi_lift_cream1 .material .small {
    font-size: 80%;
}



/******************************************************/


.medi_lift_needle_serum1 .cr_3dmicrofiller .parts_visual .bg {
    /* background: url(../img/medi-lift-cream/mv_bg01_pc.jpg) no-repeat center center; */
}

@media only screen and (max-width: 750px) {
    .medi_lift_needle_serum1 .cr_3dmicrofiller .parts_visual .bg {
        /* background: url(../img/medi-lift-cream/mv_bg01_sp.jpg) no-repeat center center; */
        /* height: 414.5px; */
        margin-bottom: 420px;
    }

    .medi_lift_needle_serum1 .cr_3dmicrofiller .parts_visual .image {
        margin: 25px auto 15px;
    }
}

.medi_lift_needle_serum1 .parts_visual .box {
    height: 600px;
    padding-top: 60px;
}

@media only screen and (max-width: 750px) {
    .medi_lift_needle_serum1 .parts_visual .box {
        height: 430px;
        padding-top: 20px;
    }
}

.medi_lift_needle_serum1 .material {}

@media only screen and (max-width:751px) {
    .medi_lift_needle_serum1 .material {
        font-size: 12px;
    }
}

.medi_lift_needle_serum1 .material .sub-content__ttl {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    background: #808080;
    margin-bottom: 30px;
    color: white;
    position: relative;
}

.medi_lift_needle_serum1 .material .col12 {
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: left;
}

@media only screen and (max-width:751px) {
    .medi_lift_needle_serum1 .material .col12 {
        width: 100%;
        padding: 15px;
    }
}


@media only screen and (max-width:751px) {
    .sp_mt20vw {
        margin-top: 20vw;
    }
}

.medi_lift_needle_serum1 .material .sub-section__ttl {
    font-size: 1.7rem;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (max-width:751px) {
    .medi_lift_needle_serum1 .material .sub-section__ttl {
        font-size: 25px;
        text-align: center;
    }
}

.medi_lift_needle_serum1 .material_block {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:751px) {
    .medi_lift_needle_serum1 .material_block {
        display: block;
    }
}

.medi_lift_needle_serum1 .material_block .col1,
.medi_lift_needle_serum1 .material_block .col2,
.medi_lift_needle_serum1 .material_block .col3,
.medi_lift_needle_serum1 .material_block .col4,
.medi_lift_needle_serum1 .material_block .col5,
.medi_lift_needle_serum1 .material_block .col6,
.medi_lift_needle_serum1 .material_block .col7,
.medi_lift_needle_serum1 .material_block .col8,
.medi_lift_needle_serum1 .material_block .col9,
.medi_lift_needle_serum1 .material_block .col10,
.medi_lift_needle_serum1 .material_block .col11,
.medi_lift_needle_serum1 .material_block .col12,
.medi_lift_needle_serum1 .inner-material_block .col1,
.medi_lift_needle_serum1 .inner-material_block .col2,
.medi_lift_needle_serum1 .inner-material_block .col3,
.medi_lift_needle_serum1 .inner-material_block .col4,
.medi_lift_needle_serum1 .inner-material_block .col5,
.medi_lift_needle_serum1 .inner-material_block .col6,
.medi_lift_needle_serum1 .inner-material_block .col7,
.medi_lift_needle_serum1 .inner-material_block .col8,
.medi_lift_needle_serum1 .inner-material_block .col9,
.medi_lift_needle_serum1 .inner-material_block .col10,
.medi_lift_needle_serum1 .inner-material_block .col11,
.medi_lift_needle_serum1 .inner-material_block .col12 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px;
    width: 100%;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 1.6;
    text-align: left;

}

@media only screen and (max-width:751px) {

    .medi_lift_needle_serum1 .material_block .col1,
    .medi_lift_needle_serum1 .material_block .col2,
    .medi_lift_needle_serum1 .material_block .col3,
    .medi_lift_needle_serum1 .material_block .col4,
    .medi_lift_needle_serum1 .material_block .col5,
    .medi_lift_needle_serum1 .material_block .col6,
    .medi_lift_needle_serum1 .material_block .col7,
    .medi_lift_needle_serum1 .material_block .col8,
    .medi_lift_needle_serum1 .material_block .col9,
    .medi_lift_needle_serum1 .material_block .col10,
    .medi_lift_needle_serum1 .material_block .col11,
    .medi_lift_needle_serum1 .material_block .col12,
    .medi_lift_needle_serum1 .inner-material_block .col1,
    .medi_lift_needle_serum1 .inner-material_block .col2,
    .medi_lift_needle_serum1 .inner-material_block .col3,
    .medi_lift_needle_serum1 .inner-material_block .col4,
    .medi_lift_needle_serum1 .inner-material_block .col5,
    .medi_lift_needle_serum1 .inner-material_block .col6,
    .medi_lift_needle_serum1 .inner-material_block .col7,
    .medi_lift_needle_serum1 .inner-material_block .col8,
    .medi_lift_needle_serum1 .inner-material_block .col9,
    .medi_lift_needle_serum1 .inner-material_block .col10,
    .medi_lift_needle_serum1 .inner-material_block .col11,
    .medi_lift_needle_serum1 .inner-material_block .col12 {
        width: 100%;
        padding: 15px;
    }
}

.medi_lift_needle_serum1 .material_block .col6 {
    width: 33%;
}

@media screen and (min-width: 641px) {
    .medi_lift_needle_serum1 .wrapper .col7 {
        width: 58.333%;
    }

    .medi_lift_needle_serum1 .wrapper .col5 {
        width: 41.6666%;
    }

    .medi_lift_needle_serum1 .wrapper .col3 {
        width: 25%;
    }
}

.medi_lift_needle_serum1 .material_block .strong {
    font-weight: 600;
}

.medi_lift_needle_serum1 .material_block .pb-1em {
    padding-bottom: 1rem !important;
}

.medi_lift_needle_serum1 .material_block sup,
.medi_lift_needle_serum1 .material_block span.sup {
    font-size: 0.75em;
    font-weight: 200;
    vertical-align: top;
}

.medi_lift_needle_serum1 .material_block .dib {
    display: inline-block;
}

.medi_lift_needle_serum1 .material .small {
    font-size: 80%;
}

/******************************************************/

.liftcare_section {
    background: #f5f5f5;
    padding: 120px 0 0;
}

@media only screen and (max-width: 751px) {
    .liftcare_section {
        padding: 70px 0 0;
    }

}

.liftcare_section .liftcare_section_inner {
    background: #ffffff;
    /* padding: 80px 40px; */
    padding-left: 40px;
    padding-right: 40px;
    max-width: 980px;
    margin: 0 auto;
}

@media only screen and (max-width: 751px) {

    .liftcare_section .liftcare_section_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.liftcare_section h3 {
    /* text-align: center; */
    font-size: 35px;
    padding: 0px 0 40px;

    line-height: 1.5em;
}

@media only screen and (max-width: 751px) {
    .liftcare_section h3 {
        /* text-align: center; */
        font-size: 20px;
        padding: 0px 0 20px;
    }

}

.liftcare_section h3 span {
    font-size: 80%;
    vertical-align: top;
}

.liftcare_section_flexbox {
    display: flex;

    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 751px) {
    .liftcare_section_flexbox {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }

}

.liftcare_section_flexbox figure {
    padding: 15px;
    width: 40%;
    margin-right: 5%;
}

@media only screen and (max-width: 751px) {
    .liftcare_section_flexbox figure {
        padding: 0px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.liftcare_section_block {
    padding: 15px;
    width: 55%;
}

@media only screen and (max-width: 751px) {
    .liftcare_section_block {
        padding: 0px;
        width: 100%;
    }
}

.liftcare_section_image {
    text-align: center;
}

.liftcare_section_block p {
    line-height: 1.5em;
}

.liftcare_section_block .caution {
    font-size: 80% !important;
    padding-top: 1rem;
}


/*****************　指原エリア　**********************************/

.sashihara_box {
    display: block;
    margin: 6rem auto 0;
}

.sashihara_box .sashihara_ttl {
    padding: 10px 0;
    margin: 0 auto;
    max-width: 300px;
    font-size: 1.5rem;
    background: #fef2ed;
    color: #7C4C59;
    text-align: center;
    font-weight: bold;
}

.sashihara_box_grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    width: 70%;
    gap: 30px;
    margin: 30px auto;
    line-height: 30px;
    /* font-family: serif; */
}

.sashihara_box_grid img {
    width: 100%;
}

.box_grid_ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: serif;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .sashihara_box_grid {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        width: 90%;
        gap: 30px;
        margin: 15px auto 30px;
        line-height: 30px;
    }

    .box_grid_ttl {
        font-size: 1.3rem;
    }
}

/* 不安 */
.anxiety_imgTxt {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.anxiety_imgTxt figure {
    width: 40%;
}

.anxiety_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
}

.anxiety_list>*+* {
    margin-top: 1em;
}

.anxiety_list li {
    display: flex;
    font-size: 1.5rem;
    gap: .5em;
    width: fit-content;
}

.anxiety_list svg {
    width: 1em;
    height: 1em;
}

@media screen and (max-width: 751px) {
    .anxiety_imgTxt {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .anxiety_imgTxt figure {
        width: 100%;
    }

    .anxiety_list {
        padding: 30px 10px 0;
        margin: 0 auto;
    }

    .anxiety_list li {
        font-size: 1.2rem;
    }
}

/* 悩み */
.worries_imgTxt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
}

.worries_list small {
    font-size: .7em;
}

.worries_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    gap: 1.5rem;
}

.worries_list li {
    display: flex;
    justify-content: flex-start;
    font-size: 1.5rem;
}


.worries_list svg {
    width: 1em;
    height: 1em;
}

.worries_badge {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em !important;
}

.worries_badge.pink {
    background-color: #FEF8FA;
    color: #E07086;
}

.worries_badge.blue {
    background-color: #E9F6FE;
    color: #669DC4;
}

@media screen and (max-width: 751px) {
    .worries_imgTxt {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .worries_list {
        padding: 0;
        width: 90%;
        display: block;
    }

    .worries_list li {
        font-size: 1.2rem;
        font-size: min(1.2rem, 5vw);
        justify-content: center;
    }

    .worries_list>*+* {
        margin-top: 1.5em;
    }

    p small {
        font-size: .9em;
    }
}